Searched refs:GetRunLock (Results 1 – 11 of 11) sorted by relevance
108 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 …]
98 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 …]
196 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 …]
91 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()111 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchItems()
99 if (process_sp && stop_locker.TryLock(&process_sp->GetRunLock())) { in GetExtendedBacktraceThread()
127 if (process_sp && !stop_locker.TryLock(&process_sp->GetRunLock())) { in GetSP()
2287 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
148 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in Redraw()
512 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()
5859 ProcessRunLock &Process::GetRunLock() { in GetRunLock() function in Process
2546 ProcessRunLock &GetRunLock();