/external/valgrind/main/drd/tests/ |
sem_open.c | 96 pthread_join(threadid, 0);
|
circular_buffer.c | 220 pthread_join(producers[i], NULL); 221 pthread_join(consumers[i], NULL);
|
/external/valgrind/main/helgrind/tests/ |
annotate_hbefore.c | 258 r= pthread_join( t1, NULL ); assert(!r); 259 r= pthread_join( t2, NULL ); assert(!r); 336 r= pthread_join( t1, NULL ); assert(!r); 337 r= pthread_join( t2, NULL ); assert(!r);
|
tc07_hbl1.c | 115 if (pthread_join(child, NULL)) {
|
tc20_verifywrap.c | 79 r= pthread_join( child, NULL ); assert(!r); 82 /* make pthread_join fail */ 83 r= pthread_join( pthread_self(), NULL ); assert(r);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_getcpuclockid.c | 83 pthread_join( threads[nn], &dummy );
|
test_pthread_once.c | 76 if (pthread_join(threads[nn], NULL)) {
|
/external/chromium_org/third_party/libxml/src/ |
testThreads.c | 122 ret = pthread_join(tid[i], &results[i]); 124 perror("pthread_join");
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stoptheworld_test.cc | 86 ASSERT_EQ(0, pthread_join(thread_id, NULL)); 188 ASSERT_EQ(0, pthread_join(argument.thread_ids[i], NULL));
|
/external/libvpx/libvpx/vp8/common/ |
threading.h | 28 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro 50 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0)) macro
|
/external/llvm/lib/Support/ |
Threading.cpp | 100 ::pthread_join(Thread, 0); 131 // the same way we don't care whether the pthread_join call succeeds
|
/frameworks/wilhelm/src/objects/ |
CEngine.c | 67 (void) pthread_join(thiz->mSyncThread, (void **) NULL); 118 (void) pthread_join(thiz->mSyncThread, (void **) NULL);
|
/external/libusb/examples/ |
dpfp_threaded.c | 492 pthread_join(poll_thread, NULL); 499 pthread_join(poll_thread, NULL); 510 pthread_join(poll_thread, NULL);
|
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 283 result = pthread_join( add1Thread, &returnValue ); 290 result = pthread_join( fibThread1, &returnValue ); 297 result = pthread_join( fibThread2, &returnValue );
|
/bionic/tests/ |
stack_protector_test.cpp | 82 ASSERT_EQ(0, pthread_join(t, &result));
|
/external/chromium_org/native_client_sdk/src/libraries/pthread/ |
library.dsc | 58 'pthread_join.c',
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_testcancel.c | 62 * 1) Cancellation is asynchronous. Use pthread_join
|
/external/chromium_org/third_party/mesa/src/m4/ |
ax_pthread.m4 | 105 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 106 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 201 # We check for pthread_join because it is in -lpthread on IRIX 212 pthread_join(th, 0);
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest2.c | 124 pthread_join(aThread[i], 0);
|
/external/chromium_org/v8/test/cctest/ |
test-platform-linux.cc | 89 pthread_join(other, NULL);
|
test-platform-nullos.cc | 89 pthread_join(other, NULL);
|
/external/compiler-rt/lib/tsan/lit_tests/ |
unaligned_race.cc | 131 pthread_join(th, 0);
|
/external/harfbuzz_ng/m4/ |
ax_pthread.m4 | 105 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 106 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 201 # We check for pthread_join because it is in -lpthread on IRIX 212 pthread_join(th, 0);
|
/external/mesa3d/m4/ |
ax_pthread.m4 | 105 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 106 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 201 # We check for pthread_join because it is in -lpthread on IRIX 212 pthread_join(th, 0);
|
/external/stlport/test/unit/ |
allocator_test.cpp | 165 pthread_join(t[i], 0);
|