Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp107 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
126 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbolContext()
148 if (stop_locker.TryLock(&process->GetRunLock())) { in GetModule()
172 if (stop_locker.TryLock(&process->GetRunLock())) { in GetCompileUnit()
196 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunction()
220 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbol()
243 if (stop_locker.TryLock(&process->GetRunLock())) { in GetBlock()
264 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFrameBlock()
285 if (stop_locker.TryLock(&process->GetRunLock())) { in GetLineEntry()
335 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPC()
[all …]
H A DSBThread.cpp98 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueue()
123 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
145 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReason()
161 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReasonDataCount()
218 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReasonDataAtIndex()
337 if (!stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopDescription()
361 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReturnValue()
404 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetName()
420 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetQueueName()
435 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueueID()
[all …]
H A DSBProcess.cpp195 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads()
395 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex()
412 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetNumQueues()
430 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetQueueAtIndex()
694 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID()
712 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID()
826 if (!stop_locker.TryLock(&process_sp->GetRunLock())) { in FindRangesInMemory()
851 if (!stop_locker.TryLock(&process_sp->GetRunLock())) { in FindInMemory()
878 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadMemory()
900 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadCStringFromMemory()
[all …]
H A DSBQueue.cpp91 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()
111 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
H A DSBQueueItem.cpp99 if (process_sp && stop_locker.TryLock(&process_sp->GetRunLock())) { in GetExtendedBacktraceThread()
H A DSBValue.cpp127 if (process_sp && !stop_locker.TryLock(&process_sp->GetRunLock())) { in GetSP()
H A DSBTarget.cpp2322 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp512 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()
H A DProcess.cpp5856 ProcessRunLock &Process::GetRunLock() { in GetRunLock() function in Process
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2509 ProcessRunLock &GetRunLock();