HomeSort by relevance Sort by last modified time
    Searched full:sem_wait (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
filter_stderr 21 # Merge sem_wait and sem_wait@*, as either could be used. Likewise for
24 -e "s/sem_wait@\*/sem_wait/" \
tc18_semabuse.c 34 r= sem_wait(&s1); /* assert(r != 0); */
tc18_semabuse.stderr.exp 16 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
18 by 0x........: sem_wait (hg_intercepts.c:...)
  /external/valgrind/main/drd/tests/
sem_open_traced.stderr.exp 3 [2] sem_wait 0x........ value 1 -> 0
5 [1] sem_wait 0x........ value 1 -> 0
sem_as_mutex.c 77 if (s_do_mutual_exclusion) sem_wait(&s_sem);
100 if (s_do_mutual_exclusion) sem_wait(&s_sem);
pth_inconsistent_cond_wait.c 121 sem_wait(s_sem);
122 sem_wait(s_sem);
sem_open.c 90 if (s_do_mutual_exclusion) sem_wait(s_sem);
114 if (s_do_mutual_exclusion) sem_wait(s_sem);
tc18_semabuse.stderr.exp 10 at 0x........: sem_wait (drd_pthread_intercepts.c:?)
  /external/compiler-rt/lib/tsan/lit_tests/
vptr_benign_race.cc 24 sem_wait(&sem_);
vptr_harmful_race.cc 17 sem_wait(&sem_);
vptr_harmful_race2.cc 17 sem_wait(&sem_);
  /external/valgrind/main/memcheck/tests/darwin/
scalar_nocancel.stderr.exp 4 Syscall param sem_wait(sem) contains uninitialised byte(s)
scalar_nocancel.c 50 // The error doesn't appear because it's a dup of the one from sem_wait.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_wait.c 65 * sem_wait( semBlockLock );
70 * bTimedOut = sem_wait( semBlockQueue,timeout );
95 * sem_wait( semBlockLock );
107 * sem_wait( semBlockQueue ); // better now than spurious later
139 * sem_wait( semBlockLock ); // close the gate
183 * sem_wait( semBlockLock );
188 * bTimedOut = sem_wait( semBlockQueue,timeout );
196 * sem_wait( semBlockLock );
235 * sem_wait( semBlockLock ); // close the gate
303 /* Use the non-cancellable version of sem_wait() */
    [all...]
pthread_barrier_wait.c 67 * Any threads that have not quite entered sem_wait below when the
79 * Use the non-cancelable version of sem_wait().
  /system/extras/tests/bionic/libc/common/
test_semaphore.c 53 if ( sem_wait( &semaphore ) < 0 ) {
73 if ( sem_wait( &semaphore ) < 0 ) {
94 if ( sem_wait( &semaphore ) < 0 ) {
  /external/llvm/test/CodeGen/X86/
2010-09-16-asmcrash.ll 22 module asm ".weak sem_wait"
23 module asm ".equ sem_wait, _sem_wait"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
semaphore.h 55 extern int sem_wait (sem_t *__sem);
58 /* Similar to `sem_wait' but wait only until ABSTIME.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 55 extern int sem_wait (sem_t *__sem);
58 /* Similar to `sem_wait' but wait only until ABSTIME.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 55 extern int sem_wait (sem_t *__sem);
58 /* Similar to `sem_wait' but wait only until ABSTIME.
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 248 if(sem_wait(&cb_data.sem))
320 if(sem_wait(&cb_data.sem))
334 if(sem_wait(&cb_data_SE_Notification.sem))
362 if(sem_wait(&cb_data.sem))
392 if(sem_wait(&cb_data.sem))
434 if(sem_wait(&cb_data.sem))
516 if(sem_wait(&cb_data.sem))
545 if(sem_wait(&cb_data.sem))
587 if(sem_wait(&cb_data.sem))
673 if(sem_wait(&cb_data.sem)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syssem.c 91 while ( ((retval = sem_wait(&sem->sem)) == -1) && (errno == EINTR) ) {}
93 SDL_SetError("sem_wait() failed");
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c 138 while ( ((retval = sem_wait(sem->sem)) == -1) && (errno == EINTR) ) {}
140 SDL_SetError("sem_wait() failed");
  /external/valgrind/main/drd/
drd_clientobj.h 106 UInt waits_to_skip; // Number of sem_wait() calls to skip
109 UWord waiters; // Number of threads inside sem_wait().
  /external/valgrind/main/memcheck/tests/
err_disable4.c 48 int r = sem_wait(&sem); assert(!r);
56 int r = sem_wait(&sem); assert(!r);

Completed in 1953 milliseconds

1 2 3 4 5 6 7 8 91011>>