Home
last modified time | relevance | path

Searched defs:sem_wait (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/thread/
Dsem_wait.c3 int sem_wait(sem_t *sem) in sem_wait() function
/third_party/ffmpeg/compat/dispatch_semaphore/
Dsemaphore.h27 #define sem_wait(psem) dispatch_semaphore_wait(*psem, DISPATCH_TIME_FOREVER) macro
/third_party/libuv/src/unix/
Dos390-syscalls.c534 int sem_wait(UV_PLATFORM_SEM_T* semid) { in sem_wait() function
/third_party/node/deps/uv/src/unix/
Dos390-syscalls.c534 int sem_wait(UV_PLATFORM_SEM_T* semid) { in sem_wait() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h88 int (*sem_wait)(sem_t *sem); member
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h227 #define sem_wait _sem_wait macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c281 int sem_wait(sem_t *sem) in sem_wait() function
/third_party/ffmpeg/libavutil/
Dvulkan.h171 VkSemaphore *sem_wait; member
/third_party/rust/crates/libc/src/unix/
Dmod.rs1340 pub fn sem_wait(sem: *mut sem_t) -> ::c_int; in sem_wait() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3796 pub fn sem_wait(sem: *mut sem_t) -> ::c_int; in sem_wait() function