HomeSort by relevance Sort by last modified time
    Searched refs:sem_t (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /external/deqp/framework/delibs/dethread/unix/
deNamedSemaphoreUnix.c 36 sem_t* semaphore;
88 sem_t* sem = ((NamedSemaphore*)semaphore)->semaphore;
96 sem_t* sem = ((NamedSemaphore*)semaphore)->semaphore;
104 sem_t* sem = ((NamedSemaphore*)semaphore)->semaphore;
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.h 58 sem_t *mSemaphore;
Semaphore.cpp 105 mSemaphore = (sem_t*)malloc(sizeof(sem_t)) ;
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 55 sem_t *mSemaphore;
Semaphore.cpp 104 mSemaphore = (sem_t*)malloc(sizeof(sem_t)) ;
  /system/extras/tests/bionic/libc/common/
test_sem_post.c 41 static sem_t semaphore;
47 sem_t *psem = (sem_t *)arg;
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 41 static sem_t* s_sem;
45 static sem_t* create_semaphore(const char* const name)
50 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, 0);
57 sem_t* p = malloc(sizeof(*p));
64 static void destroy_semaphore(const char* const name, sem_t* p)
circular_buffer.c 36 sem_t* data;
38 sem_t* free;
60 static sem_t* create_semaphore(const char* const name, const int value)
65 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, value);
72 sem_t* p = malloc(sizeof(*p));
79 static void destroy_semaphore(const char* const name, sem_t* p)
sem_as_mutex.c 19 static sem_t s_sem;
sem_wait.cpp 17 sem_t mySemaphore;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
message_queue.h 54 sem_t sem_message;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
queue.h 54 sem_t sem_message;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 52 sem_t sem_message;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
queue.h 52 sem_t sem_message;
  /bionic/libc/bionic/
semaphore.c 90 int sem_init(sem_t *sem, int pshared, unsigned int value)
111 int sem_destroy(sem_t *sem)
129 sem_t *sem_open(const char *name __unused, int oflag __unused, ...)
136 int sem_close(sem_t *sem)
243 int sem_wait(sem_t *sem)
264 int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout)
332 int sem_post(sem_t *sem)
357 int sem_trywait(sem_t *sem)
383 int sem_getvalue(sem_t *sem, int *sval)
  /external/bluetooth/bluedroid/test/suite/support/
callbacks.c 44 sem_t semaphore;
108 sem_t *callbacks_get_semaphore(const char *name) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 86 #define sem_t HANDLE macro
101 } sem_t; typedef in typeref:struct:__anon16712
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value)
115 static inline int sem_wait(sem_t * sem)
138 static inline int sem_post(sem_t * sem)
153 static inline int sem_destroy(sem_t * sem)
167 #define sem_t semaphore_t macro
  /external/libvpx/libvpx/vp8/common/
threading.h 86 #define sem_t HANDLE macro
101 } sem_t; typedef in typeref:struct:__anon28663
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value)
115 static inline int sem_wait(sem_t * sem)
138 static inline int sem_post(sem_t * sem)
153 static inline int sem_destroy(sem_t * sem)
167 #define sem_t semaphore_t macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 86 #define sem_t HANDLE macro
101 } sem_t; typedef in typeref:struct:__anon39753
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value)
115 static inline int sem_wait(sem_t * sem)
138 static inline int sem_post(sem_t * sem)
153 static inline int sem_destroy(sem_t * sem)
167 #define sem_t semaphore_t macro
  /external/chromium_org/v8/src/platform/
semaphore.h 55 typedef sem_t NativeHandle;
  /external/compiler-rt/test/tsan/
vptr_benign_race.cc 17 sem_t sem_;
vptr_harmful_race.cc 20 sem_t sem_;
vptr_harmful_race2.cc 20 sem_t sem_;
vptr_harmful_race3.cc 20 sem_t sem_;
  /external/valgrind/main/helgrind/tests/
tc18_semabuse.c 20 sem_t s1;

Completed in 2232 milliseconds

1 2 3 45 6 7 8