HomeSort by relevance Sort by last modified time
    Searched defs:sem_destroy (Results 1 - 3 of 3) 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/libvpx/libvpx/vp8/common/
threading.h 87 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
149 static inline int sem_destroy(sem_t * sem) function
167 #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 384 milliseconds