Home
last modified time | relevance | path

Searched defs:sem_destroy (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/src/thread/
H A Dsem_destroy.c3 int sem_destroy(sem_t *sem) in sem_destroy() function
/third_party/ffmpeg/compat/dispatch_semaphore/
H A Dsemaphore.h29 #define sem_destroy(psem) dispatch_release(*psem) macro
/kernel/liteos_m/kal/posix/src/
H A Dsemaphore.c91 int sem_destroy(sem_t *sem) in sem_destroy() function
/kernel/liteos_a/compat/posix/src/
H A Dsemaphore.c60 int sem_destroy(sem_t *sem) in sem_destroy() function
/third_party/libuv/src/unix/
H A Dos390-syscalls.c519 int sem_destroy(UV_PLATFORM_SEM_T* semid) { in sem_destroy() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h87 int (*sem_destroy)(sem_t *sem); member
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c519 int sem_destroy(UV_PLATFORM_SEM_T* semid) { in sem_destroy() function
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c276 int sem_destroy(sem_t *sem) in sem_destroy() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h218 #define sem_destroy _sem_destroy macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs620 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs652 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs965 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1449 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1647 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1652 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2655 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3795 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2708 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5074 pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; in sem_destroy() functions

Completed in 65 milliseconds