Searched refs:GetRunLock (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/API/
H A DSBFrame.cpp123 if (stop_locker.TryLock(&process->GetRunLock()))
165 if (stop_locker.TryLock(&process->GetRunLock()))
207 if (stop_locker.TryLock(&process->GetRunLock()))
247 if (stop_locker.TryLock(&process->GetRunLock()))
287 if (stop_locker.TryLock(&process->GetRunLock()))
326 if (stop_locker.TryLock(&process->GetRunLock()))
365 if (stop_locker.TryLock(&process->GetRunLock()))
404 if (stop_locker.TryLock(&process->GetRunLock()))
460 if (stop_locker.TryLock(&process->GetRunLock()))
500 if (stop_locker.TryLock(&process->GetRunLock()))
[all...]
H A DSBThread.cpp115 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
142 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
200 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
276 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
405 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
465 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
493 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
945 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
970 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
1039 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock()))
[all...]
H A DSBProcess.cpp247 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock());
518 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock());
856 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock());
883 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock());
989 if (stop_locker.TryLock(&process_sp->GetRunLock()))
1031 if (stop_locker.TryLock(&process_sp->GetRunLock()))
1059 if (stop_locker.TryLock(&process_sp->GetRunLock()))
1087 if (stop_locker.TryLock(&process_sp->GetRunLock()))
1129 if (stop_locker.TryLock(&process_sp->GetRunLock()))
1216 if (stop_locker.TryLock(&process_sp->GetRunLock()))
[all...]
H A DSBValue.cpp125 if (process_sp && !stop_locker.TryLock (&process_sp->GetRunLock()))
/external/lldb/include/lldb/Target/
H A DProcess.h3520 GetRunLock () function in class:lldb_private::Process

Completed in 379 milliseconds