/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | semaphore.h | 18 } sem_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/ |
D | semaphore.h | 19 } sem_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | semaphore.h | 19 } sem_t; typedef
|
/third_party/musl/include/ |
D | semaphore.h | 19 } sem_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | semaphore.h | 19 } sem_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | semaphore.h | 21 } sem_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | semaphore.h | 19 } sem_t; typedef
|
/third_party/ffmpeg/compat/dispatch_semaphore/ |
D | semaphore.h | 25 #define sem_t dispatch_semaphore_t macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 13 pub type sem_t = *mut sem; typedef 653 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 696 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 697 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 621 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 694 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 69 pub type sem_t = sync_t; typedef 2656 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 2824 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 2825 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue() 2910 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1450 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 1645 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue() 1646 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 777 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2709 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 2799 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 2800 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue() 2986 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1648 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 1775 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 966 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 24 pub type sem_t = *mut sem; typedef
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3799 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 4116 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 4117 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue() 4192 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 43 pub type sem_t = *mut ::c_void; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3253 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 3254 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue() 3369 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4151 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 4152 pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; in sem_getvalue() 4265 pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; in sem_open()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1653 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 24 pub type sem_t = ::c_int; typedef 5077 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 13 pub type sem_t = _sem; typedef
|