Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp108 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
127 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbolContext()
149 if (stop_locker.TryLock(&process->GetRunLock())) { in GetModule()
173 if (stop_locker.TryLock(&process->GetRunLock())) { in GetCompileUnit()
197 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunction()
221 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbol()
244 if (stop_locker.TryLock(&process->GetRunLock())) { in GetBlock()
265 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFrameBlock()
286 if (stop_locker.TryLock(&process->GetRunLock())) { in GetLineEntry()
336 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()
222 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReasonDataAtIndex()
345 if (!stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopDescription()
369 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReturnValue()
412 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetName()
428 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetQueueName()
443 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueueID()
[all …]
H A DSBProcess.cpp196 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetNumThreads()
397 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetThreadAtIndex()
415 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetNumQueues()
433 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetQueueAtIndex()
709 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID()
727 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID()
841 if (!stop_locker.TryLock(&process_sp->GetRunLock())) { in FindRangesInMemory()
866 if (!stop_locker.TryLock(&process_sp->GetRunLock())) { in FindInMemory()
893 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadMemory()
915 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.cpp2287 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp148 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in Redraw()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp512 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()
H A DProcess.cpp5859 ProcessRunLock &Process::GetRunLock() { in GetRunLock() function in Process
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2546 ProcessRunLock &GetRunLock();