/aosp_15_r20/external/crosvm/e2e_tests/tests/ |
H A D | pci_hotplug.rs | 72 let wait_timeout = Duration::from_secs(5); in tap_hotplug_two_impl() localVariable 149 let wait_timeout = Duration::from_secs(5); in tap_hotplug_add_remove_add_impl() localVariable 214 let wait_timeout = Duration::from_secs(5); in tap_hotplug_add_remove_rapid_add_impl() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | pthread.rs | 128 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method 160 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | no_threads.rs | 23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
|
H A D | windows7.rs | 26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | futex.rs | 36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
|
H A D | sgx.rs | 40 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | pthread.rs | 128 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method 160 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | no_threads.rs | 23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
|
H A D | windows7.rs | 26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | futex.rs | 36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | pthread.rs | 128 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method 160 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | no_threads.rs | 23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
|
H A D | futex.rs | 36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
|
H A D | windows7.rs | 26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | pthread.rs | 128 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method 160 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | no_threads.rs | 23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
|
H A D | futex.rs | 36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
|
H A D | windows7.rs | 26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | sgx.rs | 40 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | pthread.rs | 128 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method 160 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | no_threads.rs | 23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
|
H A D | windows7.rs | 26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
|
H A D | futex.rs | 36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/ |
D | ImsMediaCondition.cpp | 82 bool ImsMediaCondition::wait_timeout(int64_t nRelativeTime) in wait_timeout() function in ImsMediaCondition
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_private_mapped_file.c | 41 struct timespec64 wait_timeout = { .tv_sec = 5, .tv_nsec = 0}; variable
|