Searched defs:timed_out (Results 1 – 13 of 13) sorted by relevance
/art/runtime/ |
D | barrier.cc | 76 bool timed_out = false; in Increment() local
|
D | thread_list.cc | 237 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint() local 463 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs); in RunEmptyCheckpoint() local 893 bool* timed_out) { in SuspendThreadByPeer() 1013 bool* timed_out) { in SuspendThreadByThreadId()
|
D | monitor.cc | 825 bool timed_out = false; in Wait() local 1045 bool timed_out; in InflateThinLocked() local
|
D | debugger.cc | 2477 bool timed_out; in SuspendThread() local 3651 bool timed_out; in ScopedDebuggerThreadSuspension() local
|
D | thread.cc | 308 bool timed_out = false; in Park() local
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Test1932.java | 29 public default void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {} in handleMonitorWaited() 617 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited()
|
/art/test/1931-monitor-events/src/art/ |
D | Test1931.java | 52 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 66 bool timed_out; in DdmVmInternal_getStackTraceById() local
|
D | dalvik_system_VMStack.cc | 60 bool timed_out; in GetThreadStack() local
|
D | java_lang_Thread.cc | 148 bool timed_out; in Thread_setNativeName() local
|
/art/test/ti-agent/ |
D | monitors_helper.cc | 128 jboolean timed_out) { in monitorWaitedCB()
|
/art/runtime/base/ |
D | mutex.cc | 926 bool timed_out = false; in TimedWait() local
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 418 bool timed_out; in JVM_SetNativeThreadName() local
|