Home
last modified time | relevance | path

Searched defs:wait_timeout (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/crosvm/e2e_tests/tests/
H A Dpci_hotplug.rs72 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 Dpthread.rs128 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 Dno_threads.rs23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
H A Dwindows7.rs26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
H A Dfutex.rs36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
H A Dsgx.rs40 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 Dpthread.rs128 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 Dno_threads.rs23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
H A Dwindows7.rs26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
H A Dfutex.rs36 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 Dpthread.rs128 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 Dno_threads.rs23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
H A Dfutex.rs36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
H A Dwindows7.rs26 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 Dpthread.rs128 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 Dno_threads.rs23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
H A Dfutex.rs36 pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool { in wait_timeout() method
H A Dwindows7.rs26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
H A Dsgx.rs40 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 Dpthread.rs128 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 Dno_threads.rs23 pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool { in wait_timeout() method
H A Dwindows7.rs26 pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool { in wait_timeout() method
H A Dfutex.rs36 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/
DImsMediaCondition.cpp82 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 Dfutex_wait_private_mapped_file.c41 struct timespec64 wait_timeout = { .tv_sec = 5, .tv_nsec = 0}; variable

1234