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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_post.c 4 * Module: sem_post.c
50 sem_post (sem_t * sem) function
128 } /* sem_post */
  /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 678 milliseconds