HomeSort by relevance Sort by last modified time
    Searched refs:pthread_t (Results 201 - 225 of 371) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/tools/emulator/opengl/tests/ut_renderer/
RenderingThread.h 58 pthread_t m_thread;
  /external/libvpx/vp8/common/
threading.h 28 #define pthread_t HANDLE macro
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 118 pthread_t thread;
  /external/srec/portable/include/
ptrd.h 51 typedef pthread_t PTHREAD_ID;
  /external/stlport/test/unit/
allocator_test.cpp 157 pthread_t t[nth];
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 228 static void DRD_(set_joinable)(const pthread_t tid, const int joinable)
372 int pthread_create_intercept(pthread_t* thread, const pthread_attr_t* attr,
447 (pthread_t *thread, const pthread_attr_t *attr,
452 int pthread_join_intercept(pthread_t pt_joinee, void **thread_return)
469 (pthread_t pt_joinee, void **thread_return),
473 int pthread_detach_intercept(pthread_t pt_thread)
489 (pthread_t thread), (thread));
495 int pthread_cancel_intercept(pthread_t pt_thread)
510 (pthread_t thread), (thread))
    [all...]
  /external/valgrind/main/drd/tests/
annotate_barrier.c 44 pthread_t tid;
annotate_rwlock.c 144 pthread_t tid[thread_count];
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 158 pthread_t tid[thread_count];
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 111 typedef pthread_t PlatformThread;
125 Thread(pthread_t pthread, const PlatformThread& platThread, void* base)
145 pthread_t posixThread;
225 pthread_t currentPosixThread = pthread_self();
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 283 pthread_t g_tidMessageThread;
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 75 pthread_t threadID; /*SHM check */
  /ndk/sources/android/libthread_db/gdb-7.1.x/
thread_db.h 70 typedef pthread_t thread_t;
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 157 pthread_t t[nth];
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 157 pthread_t t[nth];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 44 typedef pthread_t __gthread_t;
287 pthread_t __t;
395 pthread_t new_thread_handle;
418 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 44 typedef pthread_t __gthread_t;
287 pthread_t __t;
395 pthread_t new_thread_handle;
418 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
300 pthread_t __t;
408 pthread_t new_thread_handle;
431 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
300 pthread_t __t;
408 pthread_t new_thread_handle;
431 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
300 pthread_t __t;
408 pthread_t new_thread_handle;
431 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
300 pthread_t __t;
408 pthread_t new_thread_handle;
431 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
thread_db.h 67 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
300 pthread_t __t;
408 pthread_t new_thread_handle;
431 pthread_t thread_id = __gthrw_(pthread_self) ();

Completed in 300 milliseconds

1 2 3 4 5 6 7 891011>>