/aosp12/art/test/132-daemon-locks-shutdown/src/ |
H A D | Main.java | 34 private static class Wait implements Runnable { class in Main 37 public Wait(Object obj) { in Wait() method in Main.Wait
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | utility.h | 23 enum class WaitResult { Wait, Done, Fail }; enumerator
|
/aosp12/system/memory/libmemunreachable/ |
H A D | Semaphore.h | 32 void Wait(std::chrono::milliseconds ms) { in Wait() function
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/ |
H A D | fence.cpp | 117 DisplayError Fence::Wait(const shared_ptr<Fence> &fence) { in Wait() function in sdm::Fence 123 DisplayError Fence::Wait(const shared_ptr<Fence> &fence, int timeout) { in Wait() function in sdm::Fence
|
/aosp12/art/runtime/gc/ |
H A D | system_weak.h | 77 void Wait(Thread* self) in Wait() function
|
/aosp12/art/runtime/ |
H A D | signal_set.h | 54 int Wait() { in Wait() function
|
H A D | barrier.cc | 43 void Barrier::Wait(Thread* self) { in Wait() function in art::Barrier
|
/aosp12/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/testutils/ |
H A D | Wait.java | 26 public class Wait { class
|
/aosp12/hardware/interfaces/health/storage/test_common/include/health-storage-test/ |
H A D | common.h | 46 bool Wait(std::chrono::duration<R, P> duration) { in Wait() function
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/ |
H A D | epoll_file_descriptor.h | 46 int Wait(epoll_event* events, int maxevents, int timeout) { in Wait() function
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_monitor.cc | 138 bool Wait(art::Thread* self) { in Wait() function in openjdkjvmti::JvmtiMonitor 145 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
|
/aosp12/system/core/init/ |
H A D | epoll.cpp | 73 Result<std::vector<std::shared_ptr<Epoll::Handler>>> Epoll::Wait( in Wait() function in android::init::Epoll
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
H A D | Wait.java | 15 public class Wait { class
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | ThreadEntry.cpp | 99 bool ThreadEntry::Wait(int value) { in Wait() function in ThreadEntry
|
/aosp12/system/core/libappfuse/ |
H A D | EpollController.cc | 27 bool EpollController::Wait(size_t event_count) { in Wait() function in android::fuse::EpollController
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | ThreadEntry.cpp | 77 bool ThreadEntry::Wait(WaitType type) { in Wait() function in unwindstack::ThreadEntry
|
/aosp12/build/soong/ui/build/ |
H A D | exec.go | 109 func (c *Cmd) Wait() error { func
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | locker.h | 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | locker.h | 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | locker.h | 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | locker.h | 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/ |
H A D | locker.h | 145 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/ |
H A D | locker.h | 153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | locker.h | 153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/aosp12/system/core/fs_mgr/ |
H A D | file_wait.cpp | 127 bool OneShotInotify::Wait() { in Wait() function in android::fs_mgr::OneShotInotify
|