HomeSort by relevance Sort by last modified time
    Searched full:sem_t (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/valgrind/main/helgrind/tests/
tc17_sembar.c 28 static sem_t* my_sem_init(char*, int, unsigned);
29 static int my_sem_destroy(sem_t*);
30 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);
35 sem_t* sem1;
36 sem_t* sem2;
39 sem_t* xxx;
221 static sem_t* my_sem_init (char* identity, int pshared, unsigned count)
223 sem_t* s;
251 static int my_sem_destroy ( sem_t* s
    [all...]
tc18_semabuse.c 20 sem_t s1;
  /external/compiler-rt/lib/tsan/output_tests/
vptr_harmful_race.cc 18 sem_t sem_;
vptr_benign_race.cc 16 sem_t sem_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
semaphore.h 34 #define SEM_FAILED ((sem_t *) 0)
41 } sem_t; typedef in typeref:union:__anon23916
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
semaphore.h 34 #define SEM_FAILED ((sem_t *) 0)
41 } sem_t; typedef in typeref:union:__anon25506
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
semaphore.h 34 #define SEM_FAILED ((sem_t *) 0)
41 } sem_t; typedef in typeref:union:__anon27018
  /cts/suite/audio_quality/lib/include/
Semaphore.h 44 sem_t mSem;
  /external/valgrind/main/drd/tests/
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)
pth_detached_sem.c 18 static sem_t s_sem;
sem_as_mutex.c 19 static sem_t s_sem;
sem_open.c 19 static sem_t* s_sem;
  /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, int oflag, ...)
139 int sem_close(sem_t *sem)
246 int sem_wait(sem_t *sem)
267 int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout)
336 int sem_post(sem_t *sem)
361 int sem_trywait(sem_t *sem)
387 int sem_getvalue(sem_t *sem, int *sval)
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_semaphores.c 69 sem_t sem;
87 sem_t *psem = (sem_t *) TIMM_OSAL_Malloc(sizeof(sem_t), 0, 0, 0);
123 sem_t *psem = (sem_t *) pSemaphore;
156 sem_t *psem = (sem_t *) pSemaphore;
212 sem_t *psem = (sem_t *) pSemaphore
    [all...]
  /system/extras/tests/bionic/libc/common/
test_sem_post.c 41 static sem_t semaphore;
47 sem_t *psem = (sem_t *)arg;
  /external/libvpx/vp8/common/
threading.h 62 #define sem_t HANDLE macro
73 #define sem_t semaphore_t macro
  /external/libvpx/vp8/decoder/
onyxd_int.h 114 sem_t *h_event_start_decoding;
115 sem_t h_event_end_decoding;
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 55 sem_t *mSemaphore;
Semaphore.cpp 104 mSemaphore = (sem_t*)malloc(sizeof(sem_t)) ;
  /packages/apps/Camera/jni/
mosaic_renderer_jni.h 35 extern sem_t gPreviewImage_semaphore;
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 35 extern sem_t gPreviewImage_semaphore;
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 54 #include <semaphore.h> /* sem_t */
939 int sem_init_intercept(sem_t *sem, int pshared, unsigned int value)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c 84 sem_t *sem;
85 sem_t sem_data;
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h 110 sem_t* semaphore_;
  /external/valgrind/main/helgrind/
hg_intercepts.c     [all...]

Completed in 2203 milliseconds

1 23 4 5