HomeSort by relevance Sort by last modified time
    Searched refs:GetRunLock (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/API/
SBFrame.cpp 123 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...]
SBThread.cpp 115 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()))
    [all...]
SBProcess.cpp 247 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()))
    [all...]
SBValue.cpp 125 if (process_sp && !stop_locker.TryLock (&process_sp->GetRunLock()))
    [all...]
  /external/lldb/include/lldb/Target/
Process.h     [all...]

Completed in 3147 milliseconds