Searched defs:timed_out (Results 1 – 13 of 13) sorted by relevance
/art/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 84 bool timed_out = false; in Java_Main_waitAndInstrumentStack() local
|
/art/runtime/ |
D | barrier.cc | 81 bool timed_out = false; in Increment() local
|
D | thread_list.cc | 238 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout); in WaitForThreadsToRunThroughCheckpoint() local 470 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs); in RunEmptyCheckpoint() local 895 bool* timed_out) { in SuspendThreadByPeer() 1023 bool* timed_out) { in SuspendThreadByThreadId()
|
D | exec_utils.cc | 145 bool timed_out = false; in WaitChildWithTimeoutFallback() local
|
D | monitor.cc | 869 bool timed_out = false; in Wait() local 1068 bool timed_out; in InflateThinLocked() local
|
D | thread.cc | 326 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() 650 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited()
|
/art/test/1931-monitor-events/src/art/ |
D | Test1931.java | 70 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 62 bool timed_out; in DdmVmInternal_getStackTraceById() local
|
D | dalvik_system_VMStack.cc | 60 bool timed_out; in GetThreadStack() local
|
D | java_lang_Thread.cc | 150 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 | 1121 bool timed_out = false; in TimedWait() local
|