Searched refs:GetRunLock (Results 1 – 9 of 9) sorted by relevance
106 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 …]
100 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 …]
201 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 …]
99 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()119 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
104 if (process_sp && stop_locker.TryLock(&process_sp->GetRunLock())) { in GetExtendedBacktraceThread()
125 if (process_sp && !stop_locker.TryLock(&process_sp->GetRunLock())) { in GetSP()
518 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()
5687 ProcessRunLock &Process::GetRunLock() { in GetRunLock() function in Process
2361 ProcessRunLock &GetRunLock();