Home
last modified time | relevance | path

Searched defs:dispatch_semaphore_t (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs22 type dispatch_semaphore_t = *mut crate::ffi::c_void; typedef
31 fn dispatch_semaphore_create(val: isize) -> dispatch_semaphore_t; in dispatch_semaphore_create()
32 fn dispatch_semaphore_wait(dsema: dispatch_semaphore_t, timeout: dispatch_time_t) -> isize; in dispatch_semaphore_wait()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs22 type dispatch_semaphore_t = *mut crate::ffi::c_void; typedef
31 fn dispatch_semaphore_create(val: isize) -> dispatch_semaphore_t; in dispatch_semaphore_create()
32 fn dispatch_semaphore_wait(dsema: dispatch_semaphore_t, timeout: dispatch_time_t) -> isize; in dispatch_semaphore_wait()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs22 type dispatch_semaphore_t = *mut crate::ffi::c_void; typedef
31 fn dispatch_semaphore_create(val: isize) -> dispatch_semaphore_t; in dispatch_semaphore_create()
32 fn dispatch_semaphore_wait(dsema: dispatch_semaphore_t, timeout: dispatch_time_t) -> isize; in dispatch_semaphore_wait()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs22 type dispatch_semaphore_t = *mut crate::ffi::c_void; typedef
31 fn dispatch_semaphore_create(val: isize) -> dispatch_semaphore_t; in dispatch_semaphore_create()
32 fn dispatch_semaphore_wait(dsema: dispatch_semaphore_t, timeout: dispatch_time_t) -> isize; in dispatch_semaphore_wait()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs22 type dispatch_semaphore_t = *mut crate::ffi::c_void; typedef
31 fn dispatch_semaphore_create(val: isize) -> dispatch_semaphore_t; in dispatch_semaphore_create()
32 fn dispatch_semaphore_wait(dsema: dispatch_semaphore_t, timeout: dispatch_time_t) -> isize; in dispatch_semaphore_wait()
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBMessage.m96 _Atomic(dispatch_semaphore_t) readOnlySemaphore_; category
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBMessage.m96 _Atomic(dispatch_semaphore_t) readOnlySemaphore_; category