Searched
full:pthread_join (Results
501 -
525 of
803) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
pthread.h | 242 extern int pthread_join (pthread_t __th, void **__thread_return); 259 /* Indicate that the thread TH is never to be joined with PTHREAD_JOIN. 261 terminates, instead of waiting for another thread to perform PTHREAD_JOIN [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
pthread.h | 242 extern int pthread_join (pthread_t __th, void **__thread_return); 259 /* Indicate that the thread TH is never to be joined with PTHREAD_JOIN. 261 terminates, instead of waiting for another thread to perform PTHREAD_JOIN [all...] |
/bionic/tests/ |
system_properties_test.cpp | 343 ASSERT_EQ(0, pthread_join(t, &result));
|
/dalvik/vm/jdwp/ |
JdwpMain.cpp | 228 if (pthread_join(state->debugThreadHandle, &threadReturn) != 0) {
|
/dalvik/vm/test/ |
AtomicTest.cpp | 305 if (pthread_join(threads[i], &retval) != 0) {
|
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 128 PTHREAD_WRAPPER(pthread_join, (pthread_t thid, void **ret_val), (thid, ret_val),
|
/device/asus/flo/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 183 if (pthread_join(cmd_pid, NULL) != 0) {
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 346 if (pthread_join(poll_cb->pid, NULL) != 0) {
|
/external/bluetooth/bluedroid/hci/src/ |
bt_hci_bdroid.c | 376 pthread_join(hc_cb.worker_thread, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 74 return pthread_join( thread, NULL );
|
/external/chromium_org/tools/android/forwarder/ |
forwarder.cc | 167 pthread_join(thread_, NULL);
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 74 return pthread_join( thread, NULL );
|
/external/valgrind/main/ |
darwin9-drd.supp | 172 fun:pthread_join$UNIX2003
|
glibc-2.3.supp | 287 LinuxThreads: write/pthread_join 290 fun:pthread_join
|
/external/valgrind/main/drd/tests/ |
matinv.c | 256 pthread_join(t[i].tid, 0);
|
/frameworks/av/media/libstagefright/ |
AACWriter.cpp | 172 pthread_join(mThread, &dummy);
|
/frameworks/wilhelm/src/ |
ThreadPool.c | 186 ok = pthread_join(tp->mThreadArray[i], (void **) NULL);
|
/hardware/qcom/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 203 if (pthread_join(cmd_pid, NULL) != 0) {
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 236 if (pthread_join(pHandle->threadID, &retVal))
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 515 if (pthread_join(poll_cb->pid, NULL) != 0) { 614 if (pthread_join(cmd_thread->cmd_pid, NULL) != 0) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 548 EXPECT_EQ(0, pthread_join(t, 0)); 590 EXPECT_EQ(0, pthread_join(t, 0));
|
/external/valgrind/main/helgrind/tests/ |
tc19_shadowmem.c | 175 pthread_join( t1, NULL ); 176 pthread_join( t2, NULL ); 206 pthread_join( t1, NULL ); 207 pthread_join( t2, NULL ); 237 pthread_join( t1, NULL ); 238 pthread_join( t2, NULL ); 268 pthread_join( t1, NULL ); 269 pthread_join( t2, NULL ); [all...] |
tc20_verifywrap.stderr.exp | 37 Thread #x's call to pthread_join failed 40 by 0x........: pthread_join (hg_intercepts.c:...)
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 517 if (pthread_join(poll_cb->pid, NULL) != 0) { 625 if (pthread_join(cmd_thread->cmd_pid, NULL) != 0) {
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
gthr-default.h | 119 __gthrw(pthread_join) 681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
|
Completed in 318 milliseconds
<<21222324252627282930>>