Searched
full:pthread_join (Results
251 -
275 of
803) sorted by null
<<11121314151617181920>>
/external/valgrind/main/drd/tests/ |
pth_broadcast.c | 172 pthread_join(thread_vec[i].m_thread, 0);
|
/external/valgrind/main/helgrind/tests/ |
annotate_rwlock.c | 169 pthread_join(tid[i], 0);
|
tc08_hbl2.c | 151 if (pthread_join(child, NULL)) {
|
tc11_XCHG.c | 144 if (pthread_join(child, NULL)) {
|
/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/libsync/ |
sync_test.c | 142 pthread_join(threads[i], &val);
|
/system/extras/tests/bionic/libc/bionic/ |
test_cond.c | 90 if (pthread_join(t[nn], NULL)) {
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_cleanup_push.c | 91 pthread_join( t, NULL );
|
test_sem_post.c | 83 pthread_join(t[nn], &result);
|
test_pthread_mutex.c | 339 TZERO(pthread_join(th1, &dummy)); 340 TZERO(pthread_join(th2, &dummy));
|
test_pthread_rwlock.c | 316 TZERO(pthread_join(th1, &dummy)); 317 TZERO(pthread_join(th2, &dummy));
|
/external/bluetooth/bluedroid/hci/src/ |
userial_mct.c | 403 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0) 404 ALOGE( "pthread_join() FAILED result:%d", 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/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);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CThread.cpp | 119 ret = pthread_join(m_thread, NULL); 121 LOG_E("pthread_join failed with error code %d", ret);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
libOMX.TI.AMR.encode.so | |
/device/asus/flo/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...] |
/device/samsung/manta/gps/ |
gps.exynos5.so | |
/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...] |
/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);
|
Completed in 1280 milliseconds
<<11121314151617181920>>