Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBFrame.cpp106 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
127 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbolContext()
150 if (stop_locker.TryLock(&process->GetRunLock())) { in GetModule()
175 if (stop_locker.TryLock(&process->GetRunLock())) { in GetCompileUnit()
199 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunction()
223 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbol()
246 if (stop_locker.TryLock(&process->GetRunLock())) { in GetBlock()
267 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFrameBlock()
288 if (stop_locker.TryLock(&process->GetRunLock())) { in GetLineEntry()
338 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPC()
[all …]
DSBThread.cpp100 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueue()
125 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
147 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReason()
163 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReasonDataCount()
213 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReasonDataAtIndex()
328 if (!stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopDescription()
352 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReturnValue()
394 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetName()
411 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueueName()
428 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueueID()
[all …]
DSBProcess.cpp201 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads()
438 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex()
455 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetNumQueues()
474 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetQueueAtIndex()
734 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID()
753 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID()
880 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadMemory()
904 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadCStringFromMemory()
928 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadUnsignedFromMemory()
951 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadPointerFromMemory()
[all …]
DSBQueue.cpp99 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()
119 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
DSBQueueItem.cpp104 if (process_sp && stop_locker.TryLock(&process_sp->GetRunLock())) { in GetExtendedBacktraceThread()
DSBValue.cpp125 if (process_sp && !stop_locker.TryLock(&process_sp->GetRunLock())) { in GetSP()
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp518 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()
DProcess.cpp5687 ProcessRunLock &Process::GetRunLock() { in GetRunLock() function in Process
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2361 ProcessRunLock &GetRunLock();