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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_init.c 4 * Module: sem_init.c
47 sem_init (sem_t * sem, int pshared, unsigned int value) function
169 } /* sem_init */
  /external/libvpx/libvpx/vp8/common/
threading.h 84 #define sem_init(sem, sem_attr1, sem_init_value) (int)((*sem = CreateSemaphore(NULL,0,32768,NULL))==NULL) macro
99 static inline int sem_init(sem_t *sem, int pshared, unsigned int value) function
164 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z) macro
  /bionic/libc/bionic/
semaphore.c 90 int sem_init(sem_t *sem, int pshared, unsigned int value) function

Completed in 731 milliseconds