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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsem_post.c4 * Module: sem_post.c
50 sem_post (sem_t * sem) function
128 } /* sem_post */
/external/valgrind/main/drd/tests/
H A Dannotate_sem.c53 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/
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
/external/libvpx/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 1952 milliseconds