Searched refs:timed_out (Results 1 – 11 of 11) sorted by relevance
65 bool timed_out = false; in Increment() local70 timed_out = condition_.TimedWait(self, timeout_ms, timeout_ns); in Increment()71 if (timed_out || count_ == 0) return timed_out; in Increment()80 return timed_out; in Increment()
230 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint() local231 if (timed_out) { in WaitForThreadsToRunThroughCheckpoint()450 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs); in RunEmptyCheckpoint() local451 if (!timed_out) { in RunEmptyCheckpoint()893 bool* timed_out) { in SuspendThreadByPeer() argument896 *timed_out = false; in SuspendThreadByPeer()986 *timed_out = true; in SuspendThreadByPeer()1013 bool* timed_out) { in SuspendThreadByThreadId() argument1016 *timed_out = false; in SuspendThreadByThreadId()1092 *timed_out = true; in SuspendThreadByThreadId()
88 bool* timed_out)97 Thread* SuspendThreadByThreadId(uint32_t thread_id, SuspendReason reason, bool* timed_out)
897 bool timed_out; in InflateThinLocked() local903 &timed_out); in InflateThinLocked()
2449 bool timed_out; in SuspendThread() local2454 &timed_out); in SuspendThread()2457 } else if (timed_out) { in SuspendThread()3698 bool timed_out; in ScopedDebuggerThreadSuspension() local3703 &timed_out); in ScopedDebuggerThreadSuspension()
53 bool timed_out; in GetThreadStack() local57 &timed_out); in GetThreadStack()67 } else if (timed_out) { in GetThreadStack()
60 bool timed_out; in DdmVmInternal_getStackTraceById() local70 &timed_out); in DdmVmInternal_getStackTraceById()81 if (timed_out) { in DdmVmInternal_getStackTraceById()
146 bool timed_out; in Thread_nativeSetName() local151 &timed_out); in Thread_nativeSetName()159 } else if (timed_out) { in Thread_nativeSetName()
421 bool timed_out; in JVM_SetNativeThreadName() local428 &timed_out); in JVM_SetNativeThreadName()437 } else if (timed_out) { in JVM_SetNativeThreadName()
969 bool timed_out = false; in TimedWait() local985 timed_out = true; in TimedWait()1011 timed_out = true; in TimedWait()1019 return timed_out; in TimedWait()
865 jboolean timed_out);