Searched defs:Wait (Results  1 – 14 of 14) sorted by relevance
| /art/test/132-daemon-locks-shutdown/src/ | 
| D | Main.java | 34     private static class Wait implements Runnable {  class in Main37         public Wait(Object obj) {  in Wait()  method in Main.Wait
 
 | 
| /art/runtime/gc/ | 
| D | system_weak.h | 77   void Wait(Thread* self)  in Wait()  function
 | 
| /art/runtime/ | 
| D | signal_set.h | 54   int Wait() {  in Wait()  function
 | 
| D | barrier.cc | 48 void Barrier::Wait(Thread* self) {  in Wait()  function in art::Barrier
 | 
| D | thread_pool.cc | 307 void ThreadPool::Wait(Thread* self, bool do_work, bool may_hold_locks) {  in Wait()  function in art::ThreadPool
 | 
| D | monitor.cc | 828 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns,  in Wait()  function in art::Monitor1274 void Monitor::Wait(Thread* self,  in Wait()  function in art::Monitor
 
 | 
| D | thread.cc | 1712   void Wait(Thread* self, ThreadState suspend_state) {  in Wait()  function in art::BarrierClosure
 | 
| /art/openjdkjvmti/ | 
| D | ti_monitor.cc | 138   bool Wait(art::Thread* self) {  in Wait()  function in openjdkjvmti::JvmtiMonitor145   bool Wait(art::Thread* self, uint64_t timeout_in_ms) {  in Wait()  function in openjdkjvmti::JvmtiMonitor
 170   bool Wait(art::Thread* self, T how_to_wait) {  in Wait()  function in openjdkjvmti::JvmtiMonitor
 
 | 
| /art/test/004-ThreadStress/src-art/ | 
| D | Main.java | 237     private final static class Wait extends Operation {  class in Main240         public Wait(Object lock) {  in Wait()  method in Main.Wait
 
 | 
| /art/tools/signal_dumper/ | 
| D | signal_dumper.cc | 74   int Wait() {  in Wait()  function in art::__anon1006f6110111::timeout_signal::SignalSet
 | 
| /art/tools/jvmti-agents/simple-profile/ | 
| D | simple_profile.cc | 109   void Wait() {  in Wait()  function
 | 
| /art/runtime/base/ | 
| D | mutex.cc | 1078 void ConditionVariable::Wait(Thread* self) {  in Wait()  function in art::ConditionVariable
 | 
| /art/runtime/mirror/ | 
| D | object-inl.h | 102 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) {  in Wait()  function
 | 
| /art/dex2oat/ | 
| D | dex2oat.cc | 383   void Wait() {  in Wait()  function in art::WatchDog
 |