Searched
full:pthread_t (Results
376 -
400 of
1044) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
thread_db.h | 65 typedef pthread_t thread_t;
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
thread_db.h | 65 typedef pthread_t thread_t;
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
thread_db.h | 65 typedef pthread_t thread_t;
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
thread_db.h | 67 typedef pthread_t thread_t;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
thread_db.h | 67 typedef pthread_t thread_t;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
thread_db.h | 67 typedef pthread_t thread_t;
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osThreadUnix.cpp | 21 m_thread((pthread_t)NULL),
|
/system/extras/tests/bionic/libc/bionic/ |
test_pthread_cond.c | 69 pthread_t t[4];
|
/system/extras/tests/bionic/libc/other/ |
test_thread_max.c | 50 pthread_t thread;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_cancel.c | 75 pthread_cancel (pthread_t thread) 83 * reference to an instance of pthread_t 100 pthread_t self;
|
pthread_join.c | 51 pthread_join (pthread_t thread, void **value_ptr) 62 * an instance of pthread_t 86 pthread_t self;
|
pthread_setspecific.c | 68 pthread_t self; 75 * an instance of pthread_t for the current 98 self = *((pthread_t *) value);
|
signal.c | 64 * all pthread_t structures. It could also retrieve 81 * pthread_t structure. 102 pthread_t thread = pthread_self ();
|
pthread.h | 585 typedef ptw32_handle_t pthread_t; typedef 940 PTW32_DLLPORT int PTW32_CDECL pthread_create (pthread_t * tid, 945 PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid); 947 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1, 948 pthread_t t2); 952 PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread, 955 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void); 957 PTW32_DLLPORT int PTW32_CDECL pthread_cancel (pthread_t thread); [all...] |
pthread_mutex_timedlock.c | 158 pthread_t self = pthread_self(); 216 pthread_t self = pthread_self(); 259 pthread_t self = pthread_self();
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_mutex_test.cc | 105 pthread_t threads[kThreads]; 116 pthread_t threads[kThreads]; 127 pthread_t threads[kThreads];
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_posix.cc | 59 pthread_t th[3]; 82 pthread_t th[kThreads]; 128 pthread_t th;
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 38 pthread_t threadOwnerID; /* thread owner identifiant */ 132 pthread_t currentThread; 219 pthread_t currentThread;
|
/frameworks/wilhelm/src/objects/ |
CEngine.c | 107 pthread_t zero; 108 memset(&zero, 0, sizeof(pthread_t)); 109 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xthreads.h | 170 typedef pthread_t xthread_t; 175 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 226 typedef pthread_t xthread_t; 241 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 250 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xthreads.h | 170 typedef pthread_t xthread_t; 175 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 226 typedef pthread_t xthread_t; 241 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 250 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xthreads.h | 170 typedef pthread_t xthread_t; 175 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 226 typedef pthread_t xthread_t; 241 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 250 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \
|
/device/lge/mako/camera/ |
QualcommCameraHardware.h | 535 pthread_t mFrameThread; 536 pthread_t mVideoThread; 537 pthread_t mPreviewThread; 538 pthread_t mSnapshotThread; 539 pthread_t mDeviceOpenThread; 540 pthread_t mSmoothzoomThread; 541 pthread_t mHFRThread;
|
/external/chromium_org/third_party/tcmalloc/vendor/m4/ |
acx_pthread.m4 | 180 [pthread_t th; pthread_join(th, 0); 284 [pthread_t th; pthread_join(th, 0); 304 [pthread_t th; pthread_join(th, 0); 323 [pthread_t th; pthread_join(th, 0); 348 [pthread_t th; pthread_join(th, 0); 363 [pthread_t th; pthread_join(th, 0);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
thread_cache.cc | 115 void ThreadCache::Init(pthread_t tid) { 325 // We may have used a fake pthread_t for the main thread. Fix it. 326 pthread_t zero; 350 pthread_t me; 357 const pthread_t me = pthread_self(); 389 ThreadCache* ThreadCache::NewHeap(pthread_t tid) {
|
Completed in 556 milliseconds
<<11121314151617181920>>