Searched refs:GetRunLock (Results 1 – 10 of 10) sorted by relevance
107 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 …]
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()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 …]
195 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 …]
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()
2322 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
512 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()
5856 ProcessRunLock &Process::GetRunLock() { in GetRunLock() function in Process
2509 ProcessRunLock &GetRunLock();