HomeSort by relevance Sort by last modified time
    Searched refs:sem_init (Results 51 - 75 of 98) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
  /external/valgrind/main/helgrind/tests/
tc18_semabuse.stderr.exp 8 Thread #x's call to sem_init failed
11 by 0x........: sem_init@* (hg_intercepts.c:...)
tc24_nonzero_sem.c 56 if (sem_init(s, pshared, count) < 0) {
57 perror("sem_init");
tc20_verifywrap.c 226 /* verifies wrap of sem_init */
227 /* Do sem_init with huge initial count - fails */
228 r= sem_init(&s1, 0, ~0); assert(r);
231 r= sem_init(&s1, 0, 0);
tc17_sembar.c 228 if (sem_init(s, pshared, count) < 0) {
229 perror("sem_init");
tc23_bogus_condwait.c 104 if (sem_init(s, pshared, count) < 0) {
105 perror("sem_init");
  /external/libvpx/vp8/common/
threading.h 64 #define sem_init(sem, sem_attr1, sem_init_value) (int)((*sem = CreateEvent(NULL,FALSE,FALSE,NULL))==NULL) macro
74 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z) macro
  /external/valgrind/main/drd/tests/
pth_detached_sem.c 53 sem_init(&s_sem, 0, 0);
pth_inconsistent_cond_wait.c 59 sem_init(p, 0, 0);
circular_buffer.c 74 sem_init(p, 0, value);
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 113 return ErrorUtils::posixToAndroidError(sem_init(mSemaphore, 0x00, count));
  /system/extras/tests/bionic/libc/common/
test_sem_post.c 64 if ( sem_init( &semaphore, 0, 1 ) < 0 ) {
test_semaphore.c 116 if ( sem_init( &semaphore, 0, 1 ) < 0 ) {
bench_pthread.c 198 sem_init(&semaphore, 1, 1);
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syssem.c 48 if ( sem_init(&sem->sem, 0, initial_value) < 0 ) {
49 SDL_SetError("sem_init() failed");
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c 93 if ( sem_init(&sem->sem_data, 0, initial_value) < 0 ) {
94 SDL_SetError("sem_init() failed");
  /external/valgrind/main/memcheck/tests/
err_disable4.c 76 r = sem_init(&sem, 0, 0); assert(!r);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 79 if (sem_init (&pQueue->nProcessSemaphore, 0, 0) == -1)
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Semaphore.c 90 if (0 != sem_init(&semaphoreContext->semaphore, 0, initial_count))
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_semaphores.c 96 if (SUCCESS != sem_init(psem, 0, uInitCount))
  /external/libvpx/vp8/encoder/
ethreading.c 491 sem_init(&cpi->h_event_end_encoding, 0, 0);
505 sem_init(&cpi->h_event_start_encoding[ithread], 0, 0);
516 sem_init(&cpi->h_event_start_lpf, 0, 0);
517 sem_init(&cpi->h_event_end_lpf, 0, 0);
  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 196 if (sem_init (&sConnlessRecvSem, 0, 0) == -1)
NativeNfcTag.cpp 367 if (sem_init (&sWriteSem, 0, 0) == -1)
381 sem_init (&sFormatSem, 0, 0);
    [all...]
  /system/core/libsuspend/
autosuspend_wakeup_count.c 158 ret = sem_init(&suspend_lockout, 0, 0);

Completed in 389 milliseconds

1 23 4