Searched refs:use_run_lock (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 788 Stream *stream, bool use_run_lock) { in WaitForProcessToStop() argument 811 if (hijack_listener_sp && use_run_lock) in WaitForProcessToStop() 833 if (hijack_listener_sp && use_run_lock) in WaitForProcessToStop() 842 if (hijack_listener_sp && use_run_lock) in WaitForProcessToStop() 3200 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() argument 3227 seconds(10), &event_sp, true, halt_listener_sp, nullptr, use_run_lock); in Halt() 5063 const bool use_run_lock = false; in RunThreadPlan() local 5064 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan() 5123 const bool use_run_lock = false; in RunThreadPlan() local 5124 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan() [all …]
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Process.h | 864 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true); 2128 Stream *stream = nullptr, bool use_run_lock = true);
|