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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsem_destroy.c4 * Module: sem_destroy.c
50 sem_destroy (sem_t * sem) function
144 } /* sem_destroy */
/external/valgrind/main/drd/tests/
H A Dannotate_sem.c33 static void sem_destroy(sem_t *p) function
91 sem_destroy(&s_sem);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
153 static inline int sem_destroy(sem_t * sem) function
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem) macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
153 static inline int sem_destroy(sem_t * sem) function
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem) macro

Completed in 705 milliseconds