HomeSort by relevance Sort by last modified time
    Searched defs:sem_post (Results 1 - 6 of 6) 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/valgrind/main/drd/tests/
annotate_sem.c 53 static void sem_post(sem_t *p) function
67 sem_post(&s_sem);
71 sem_post(&s_sem);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 90 #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
  /external/libvpx/libvpx/vp8/common/
threading.h 90 #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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 90 #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
  /bionic/libc/bionic/
semaphore.c 332 int sem_post(sem_t *sem) function

Completed in 372 milliseconds