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

  /external/valgrind/helgrind/tests/
safe-semaphore.h 30 r = sem_post( sem );
41 #define sem_post safe_sem_post macro
  /external/valgrind/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/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.cpp 270 int sem_post(sem_t* sem) { function

Completed in 95 milliseconds