Home
last modified time | relevance | path

Searched defs:sem_post (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/thread/
Dsem_post.c4 int sem_post(sem_t *sem) in sem_post() function
/third_party/ffmpeg/compat/dispatch_semaphore/
Dsemaphore.h26 #define sem_post(psem) dispatch_semaphore_signal(*psem) macro
/third_party/libuv/src/unix/
Dos390-syscalls.c522 int sem_post(UV_PLATFORM_SEM_T* semid) { in sem_post() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h89 int (*sem_post)(sem_t *sem); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c286 int sem_post(sem_t *sem) in sem_post() function