Home
last modified time | relevance | path

Searched defs:sem_wait (Results 1 – 8 of 8) 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.c532 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/ffmpeg/libavfilter/
Dvulkan.h147 VkSemaphore *sem_wait; member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c281 int sem_wait(sem_t *sem) in sem_wait() function
/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