HomeSort by relevance Sort by last modified time
    Searched full:pthread_join (Results 276 - 300 of 803) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 107 __gthrw3(pthread_join)
136 __gthrw(pthread_join)
682 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 375 result = pthread_join( gki_cb.os.thread_id[task_id], NULL );
378 GKI_ERROR_LOG( "pthread_join() FAILED: result: %d", result );
393 ** used in this case due to the pthread_join call. The function
496 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL );
500 ALOGE( "pthread_join() FAILED: result: %d", result );
770 pthread_join(timer_thread_id, NULL);
    [all...]
  /external/bluetooth/bluedroid/hci/src/
userial.c 518 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0)
519 ALOGE( "pthread_join() FAILED result:%d", result);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_node_tty_test.cc 321 pthread_join(resize_thread, NULL);
359 pthread_join(resize_thread, NULL);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 69 // period of time between when the thread exits (which causes pthread_join to return and the remainder of waitOnThreadCompletion to run)
223 int joinResult = pthread_join(pthreadHandle, 0);
  /external/valgrind/main/
glibc-2.2.supp 453 LinuxThreads: write/pthread_join
457 fun:pthread_join
  /external/valgrind/main/helgrind/
hg_intercepts.c 191 /*--- pthread_create, pthread_join, pthread_exit ---*/
306 // glibc: pthread_join
307 // darwin: pthread_join
308 // darwin: pthread_join$NOCANCEL$UNIX2003
309 // darwin pthread_join$UNIX2003
317 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr);
324 before pthread_join (the original) returns. See email below.*/
328 DO_PthAPIerror( "pthread_join", ret );
337 PTH_FUNC(int, pthreadZujoin, // pthread_join
342 PTH_FUNC(int, pthreadZujoinZa, // pthread_join*
    [all...]
  /external/valgrind/unittest/
thread_wrappers_pthread.h 333 /// Wrapper for pthread_create()/pthread_join().
347 void Join() { CHECK(0 == pthread_join(t_, NULL));}

Completed in 3162 milliseconds

<<11121314151617181920>>