/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_dual_test.c | 895 rc = pthread_join(back_thread_id, NULL); 897 rc = pthread_join(front_thread_id, NULL); 933 rc = pthread_join(back_thread_id, NULL); 935 rc = pthread_join(front_thread_id, NULL); [all...] |
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/ |
thread_pool.cc | 78 pthread_join(threads_[i], &retval);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
standalone_malloc_test.cc | 84 pthread_join(t[i], 0);
|
/external/stlport/test/unit/ |
allocator_test.cpp | 165 pthread_join(t[i], 0);
|
/external/stressapptest/src/ |
logger.cc | 64 LOGGER_ASSERT(0 == pthread_join(thread_, NULL));
|
/external/valgrind/main/drd/tests/ |
annotate_barrier.c | 152 pthread_join(t[i].tid, 0);
|
annotate_rwlock.c | 155 pthread_join(tid[i], 0);
|
monitor_example.cpp | 228 pthread_join(tid, 0);
|
/external/valgrind/main/helgrind/tests/ |
annotate_rwlock.c | 169 pthread_join(tid[i], 0);
|
tc11_XCHG.c | 144 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);
|
/hardware/akm/AK8975_FS/akmdfs/ |
main.c | 277 pthread_join(s_thread, NULL);
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 236 if (pthread_join(pHandle->threadID, &retVal))
|
/ndk/tests/device/test-gnustl-full/unit/ |
allocator_test.cpp | 165 pthread_join(t[i], 0);
|
/ndk/tests/device/test-stlport/unit/ |
allocator_test.cpp | 165 pthread_join(t[i], 0);
|
/system/core/debuggerd/ |
crasher.c | 105 pthread_join(t, &result);
|
/external/chromium_org/third_party/libwebp/utils/ |
thread.c | 49 static int pthread_join(pthread_t thread, void** value_ptr) { function 231 pthread_join(worker->thread_, 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/libvpx/libvpx/vp9/decoder/ |
vp9_thread.c | 52 static int pthread_join(pthread_t thread, void** value_ptr) { function 237 pthread_join(worker->thread_, NULL);
|
/external/webp/src/utils/ |
thread.c | 49 static int pthread_join(pthread_t thread, void** value_ptr) { function 231 pthread_join(worker->thread_, NULL);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 316 TZERO(pthread_join(th1, &dummy)); 317 TZERO(pthread_join(th2, &dummy));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-default.h | 94 __gthrw3(pthread_join) 123 __gthrw(pthread_join) 695 return __gthrw_(pthread_join) (__threadid, __value_ptr);
|
gthr-posix.h | 94 __gthrw3(pthread_join) 123 __gthrw(pthread_join) 695 return __gthrw_(pthread_join) (__threadid, __value_ptr);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
gthr-default.h | 94 __gthrw3(pthread_join) 123 __gthrw(pthread_join) 669 return __gthrw_(pthread_join) (__threadid, __value_ptr);
|
gthr-posix.h | 94 __gthrw3(pthread_join) 123 __gthrw(pthread_join) 669 return __gthrw_(pthread_join) (__threadid, __value_ptr);
|