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

  /external/valgrind/drd/tests/
annotate_sem.c 33 static void sem_destroy(sem_t *p) function
91 sem_destroy(&s_sem);
  /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.cpp 121 int sem_destroy(sem_t*) { function

Completed in 794 milliseconds