Searched refs:TryLock (Results 1 – 11 of 11) 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()221 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReasonDataAtIndex()344 if (!stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) in GetStopDescription()368 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetStopReturnValue()410 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetName()427 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueueName()444 if (stop_locker.TryLock(&exe_ctx.GetProcessPtr()->GetRunLock())) { in GetQueueID()[all …]
434 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetNumQueues()453 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in GetQueueAtIndex()859 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadMemory()883 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadCStringFromMemory()907 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadUnsignedFromMemory()930 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in ReadPointerFromMemory()955 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in WriteMemory()1055 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in LoadImage()1082 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in LoadImageUsingPaths()1116 if (stop_locker.TryLock(&process_sp->GetRunLock())) { in UnloadImage()[all …]
97 if (stop_locker.TryLock(&queue_sp->GetProcess()->GetRunLock())) { in FetchThreads()117 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()
33 if (Mutex.TryLock()) { in ALIGNED()
43 bool TryLock(ProcessRunLock *lock) { in TryLock() function
30 if (LIKELY(TryLock())) in Lock()35 bool TryLock() TRY_ACQUIRE(true) { in TryLock() function
120 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock()) in Drain()
517 if (stop_locker.TryLock(&process_sp->GetRunLock()) && in SetTargetPtr()