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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dthreading.h90 #define sem_post(sem) ReleaseSemaphore(*sem,1,NULL) macro
138 static inline int sem_post(sem_t * sem) function
170 #define sem_post(sem) semaphore_signal(*sem) macro

Completed in 3307 milliseconds