HomeSort by relevance Sort by last modified time
    Searched defs:sem_init (Results 1 - 6 of 6) 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/valgrind/main/drd/tests/
annotate_sem.c 26 static void sem_init(sem_t *p, unsigned value) function
82 sem_init(&s_sem, 1);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 88 #define sem_init(sem, sem_attr1, sem_init_value) (int)((*sem = CreateSemaphore(NULL,0,32768,NULL))==NULL) macro
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value) function
168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z) macro
  /external/libvpx/libvpx/vp8/common/
threading.h 88 #define sem_init(sem, sem_attr1, sem_init_value) (int)((*sem = CreateSemaphore(NULL,0,32768,NULL))==NULL) macro
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value) function
168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z) macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 88 #define sem_init(sem, sem_attr1, sem_init_value) (int)((*sem = CreateSemaphore(NULL,0,32768,NULL))==NULL) macro
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value) function
168 #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 260 milliseconds