HomeSort by relevance Sort by last modified time
    Searched full:pthread_t (Results 751 - 775 of 1044) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-posix.h 66 typedef pthread_t __gthread_t;
399 pthread_t new_thread_handle;
423 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h 66 typedef pthread_t __gthread_t;
399 pthread_t new_thread_handle;
423 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 66 typedef pthread_t __gthread_t;
399 pthread_t new_thread_handle;
423 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h 66 typedef pthread_t __gthread_t;
399 pthread_t new_thread_handle;
423 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 66 typedef pthread_t __gthread_t;
399 pthread_t new_thread_handle;
423 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-default.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-default.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 60 typedef pthread_t __gthread_t;
380 pthread_t new_thread_handle;
404 pthread_t thread_id = __gthrw_(pthread_self) ();
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 882 pthread_t back_thread_id, front_thread_id;
916 pthread_t back_thread_id, front_thread_id;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 882 pthread_t back_thread_id, front_thread_id;
916 pthread_t back_thread_id, front_thread_id;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 113 #include <pthread.h> // for pthread_t, pthread_self()
148 pthread_t MemoryRegionMap::lock_owner_tid_; // GUARDED_BY(owner_lock_)
166 static inline bool current_thread_is(pthread_t should_be) {
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 73 static pthread_t timer_thread_id = 0;
104 pthread_t thread_id = pthread_self();
866 pthread_t thread_id = pthread_self( );
    [all...]
  /external/v8/src/
platform-linux.cc 71 static const pthread_t kNoThread = (pthread_t) 0;
730 pthread_t thread_; // Thread handle for pthread.
    [all...]
  /art/runtime/jdwp/
jdwp.h 302 pthread_t pthread_;
  /bionic/tests/
system_properties_test.cpp 327 pthread_t t;
  /bootable/recovery/minadbd/
sysdeps.h 413 typedef pthread_t adb_thread_t;
  /dalvik/vm/test/
AtomicTest.cpp 269 pthread_t threads[THREAD_COUNT];
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 173 pthread_t thread;
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 87 pthread_t worker_thread;
userial.c 83 pthread_t read_thread;

Completed in 878 milliseconds

<<31323334353637383940>>