/external/valgrind/main/helgrind/tests/ |
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);
|
tc24_nonzero_sem.c | 47 return sem_init(s, pshared, count);
|
tc23_bogus_condwait.c | 100 return sem_init(s, pshared, count);
|
tc20_verifywrap.stderr.exp-glibc25-amd64 | 132 Thread #x's call to sem_init failed 134 at 0x........: sem_init@* (hg_intercepts.c:...)
|
tc20_verifywrap.stderr.exp-glibc27-amd64 | 136 Thread #x's call to sem_init failed 138 at 0x........: sem_init@* (hg_intercepts.c:...)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
semaphore.h | 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
|
/external/valgrind/main/drd/ |
drd_semaphore.c | 169 /** Called before sem_init(). */ 180 "[%d] sem_init 0x%lx value %u\n", 209 "sem_init() is not yet supported on Darwin",
|
drd_clientobj.h | 108 // (due to the value assigned by sem_init()).
|
drd_clientreq.h | 143 /* To notify the drd tool of a sem_init call. */ 146 /* To notify the drd tool of a sem_init call. */
|
/external/protobuf/python/ |
README.txt | 55 error: "sem_init: Resource temporarily unavailable". This appears
|
/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 ) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
libpthread-2.7.so | |
libpthread.so.0 | |
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 753 sem_init
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 791 sem_init
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 719 sem_init
|
/external/e2fsprogs/lib/et/ |
error_message.c | 68 sem_init(&_et_lock, 0, 1);
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_messageQueueLib.c | 79 if (sem_init (&pQueue->nProcessSemaphore, 0, 0) == -1)
|
/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);
|
/external/valgrind/main/drd/tests/ |
circular_buffer.c | 68 sem_init(p, 0, value);
|