Searched defs:Wait (Results 1 – 9 of 9) sorted by relevance
| /art/test/132-daemon-locks-shutdown/src/ |
| D | Main.java | 34 private static class Wait implements Runnable { class in Main 37 public Wait(Object obj) { in Wait() method in Main.Wait
|
| /art/runtime/ |
| D | signal_set.h | 46 int Wait() { in Wait() function
|
| D | barrier.cc | 37 void Barrier::Wait(Thread* self) { in Wait() function in art::Barrier
|
| D | thread_pool.cc | 211 void ThreadPool::Wait(Thread* self, bool do_work, bool may_hold_locks) { in Wait() function in art::ThreadPool
|
| D | monitor.cc | 563 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait() function in art::Monitor 993 void Monitor::Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, in Wait() function in art::Monitor
|
| /art/test/004-ThreadStress/src/ |
| D | Main.java | 203 private final static class Wait extends Operation { class in Main 206 public Wait(Object lock) { in Wait() method in Main.Wait
|
| /art/runtime/mirror/ |
| D | object-inl.h | 124 inline void Object::Wait(Thread* self) { in Wait() function 128 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait() function
|
| /art/runtime/base/ |
| D | mutex.cc | 832 void ConditionVariable::Wait(Thread* self) { in Wait() function in art::ConditionVariable
|
| /art/dex2oat/ |
| D | dex2oat.cc | 454 void Wait() { in Wait() function in art::WatchDog
|