HomeSort by relevance Sort by last modified time
    Searched defs:sem_post (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/
threading.h 86 #define sem_post(sem) ReleaseSemaphore(*sem,1,NULL) macro
134 static inline int sem_post(sem_t * sem) function
166 #define sem_post(sem) semaphore_signal(*sem) macro
  /bionic/libc/bionic/
semaphore.c 336 int sem_post(sem_t *sem) function

Completed in 162 milliseconds