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

  /external/syslinux/core/thread/
semaphore.c 4 void sem_init(struct semaphore *sem, int count) function
  /external/valgrind/drd/tests/
annotate_sem.c 26 static void sem_init(sem_t *p, unsigned value) function
82 sem_init(&s_sem, 1);
  /bionic/libc/bionic/
semaphore.cpp 104 int sem_init(sem_t* sem, int pshared, unsigned int value) { function
  /external/libvpx/libvpx/vp8/common/
threading.h 93 #define sem_init(sem, sem_attr1, sem_init_value) \ macro
110 static inline int sem_init(sem_t *sem, int pshared, unsigned int value) { function
169 #define sem_init(X, Y, Z) \ macro
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 36 //go:cgo_import_dynamic libc_sem_init sem_init "libc.so"
325 if sem_init(sem, 0, 0) != 0 {
326 throw("sem_init")
475 func sem_init(sem *semt, pshared int32, value uint32) int32 { func
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 36 //go:cgo_import_dynamic libc_sem_init sem_init "libc.so"
325 if sem_init(sem, 0, 0) != 0 {
326 throw("sem_init")
475 func sem_init(sem *semt, pshared int32, value uint32) int32 { func

Completed in 244 milliseconds