Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBFrame.cpp123 if (stop_locker.TryLock(&process->GetRunLock())) in GetSymbolContext()
165 if (stop_locker.TryLock(&process->GetRunLock())) in GetModule()
207 if (stop_locker.TryLock(&process->GetRunLock())) in GetCompileUnit()
247 if (stop_locker.TryLock(&process->GetRunLock())) in GetFunction()
287 if (stop_locker.TryLock(&process->GetRunLock())) in GetSymbol()
326 if (stop_locker.TryLock(&process->GetRunLock())) in GetBlock()
365 if (stop_locker.TryLock(&process->GetRunLock())) in GetFrameBlock()
404 if (stop_locker.TryLock(&process->GetRunLock())) in GetLineEntry()
460 if (stop_locker.TryLock(&process->GetRunLock())) in GetPC()
500 if (stop_locker.TryLock(&process->GetRunLock())) in SetPC()
[all …]
DSBThread.cpp115 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopReason()
142 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopReasonDataCount()
200 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopReasonDataAtIndex()
276 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopDescription()
405 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopReturnValue()
465 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetName()
493 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetQueueName()
945 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in Suspend()
970 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in Resume()
1039 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetNumFrames()
[all …]
DSBProcess.cpp247 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads()
518 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex()
856 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID()
883 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID()
989 if (stop_locker.TryLock(&process_sp->GetRunLock())) in ReadMemory()
1031 if (stop_locker.TryLock(&process_sp->GetRunLock())) in ReadCStringFromMemory()
1059 if (stop_locker.TryLock(&process_sp->GetRunLock())) in ReadUnsignedFromMemory()
1087 if (stop_locker.TryLock(&process_sp->GetRunLock())) in ReadPointerFromMemory()
1129 if (stop_locker.TryLock(&process_sp->GetRunLock())) in WriteMemory()
1216 if (stop_locker.TryLock(&process_sp->GetRunLock())) in LoadImage()
[all …]
DSBValue.cpp125 if (process_sp && !stop_locker.TryLock (&process_sp->GetRunLock())) in GetSP()
/external/lldb/include/lldb/Target/
DProcess.h3520 GetRunLock () in GetRunLock() function