Home
last modified time | relevance | path

Searched defs:sem_timedwait (Results 1 – 25 of 31) sorted by relevance

12

/external/trusty/musl/src/thread/
Dsem_timedwait.c9 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function
/external/musl/src/thread/
Dsem_timedwait.c10 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function
/external/trusty/lk/kernel/
Dsemaphore.c84 status_t sem_timedwait(semaphore_t *sem, lk_time_t timeout) in sem_timedwait() function
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c239 # define sem_timedwait(sem,deadline) sem_timedwait_save(sem,deadline,_save) macro
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/
Dmod.rs714 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs714 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/
Dmod.rs714 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1712 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/
Dmod.rs1716 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/
Dmod.rs1716 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/solarish/
Dmod.rs2687 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/solarish/
Dmod.rs2687 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/unix/nto/
Dmod.rs3046 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/unix/solarish/
Dmod.rs2828 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Dmod.rs3046 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Dmod.rs3046 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/aix/
Dmod.rs3230 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/unix/aix/
Dmod.rs3228 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/aix/
Dmod.rs3230 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/android/
Dmod.rs3854 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/fuchsia/
Dmod.rs4210 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/rust/android-crates-io/crates/libc/src/fuchsia/
Dmod.rs4210 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/fuchsia/
Dmod.rs4210 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/android/
Dmod.rs3857 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/android/
Dmod.rs3857 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() function

12