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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_destroy.c 4 * Module: sem_destroy.c
50 sem_destroy (sem_t * sem) function
144 } /* sem_destroy */
  /external/valgrind/main/drd/tests/
annotate_sem.c 33 static void sem_destroy(sem_t *p) function
91 sem_destroy(&s_sem);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 91 #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/
threading.h 91 #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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 91 #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
  /bionic/libc/bionic/
semaphore.c 111 int sem_destroy(sem_t *sem) function

Completed in 36 milliseconds