Searched
full:pthread_t (Results
401 -
425 of
1044) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/libwebp/utils/ |
thread.c | 35 static int pthread_create(pthread_t* const thread, const void* attr, 38 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ 49 static int pthread_join(pthread_t thread, void** value_ptr) {
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_thread.c | 38 static int pthread_create(pthread_t* const thread, const void* attr, 41 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ 52 static int pthread_join(pthread_t thread, void** value_ptr) {
|
/external/valgrind/unittest/ |
deadlock_unittest.cc | 136 static map<pthread_t, int> m; 139 pthread_t self = pthread_self(); 142 map<pthread_t, int>::iterator it = m.find(self);
|
/external/webp/src/utils/ |
thread.c | 35 static int pthread_create(pthread_t* const thread, const void* attr, 38 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ 49 static int pthread_join(pthread_t thread, void** value_ptr) {
|
/bionic/libc/bionic/ |
pthread_setname_np.cpp | 46 int pthread_setname_np(pthread_t t, const char* thread_name) {
|
/bootable/recovery/ |
screen_ui.h | 101 pthread_t progress_t;
|
/external/bison/lib/glthread/ |
threadlib.c | 47 pthread_t thread;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
criticalsection.h | 110 TRACK_OWNER(pthread_t thread_);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_stream.cc | 63 pthread_t thread;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_getschedparam.c | 42 pthread_getschedparam (pthread_t thread, int *policy,
|
ptw32_threadDestroy.c | 43 ptw32_threadDestroy (pthread_t thread)
|
/external/chromium_org/ppapi/tests/ |
pp_thread.h | 37 typedef pthread_t PP_ThreadType;
|
/external/chromium_org/third_party/sqlite/src/src/ |
mutex_unix.c | 46 volatile pthread_t owner; /* Thread that is within this mutex */ 51 #define SQLITE3_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER, 0, 0, (pthread_t)0, 0 } 223 pthread_t self = pthread_self(); 266 pthread_t self = pthread_self();
|
/external/chromium_org/tools/android/forwarder/ |
forwarder.cc | 28 const pthread_t kInvalidThread = static_cast<pthread_t>(-1); 182 pthread_t thread_; 292 pthread_t thread;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stoptheworld_testlib.cc | 48 pthread_t thread_id;
|
standalone_malloc_test.cc | 80 pthread_t t[kNumThreds];
|
/external/compiler-rt/lib/tsan/lit_tests/ |
atomic_race.cc | 48 pthread_t t;
|
unaligned_norace.cc | 76 pthread_t th;
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_thread.cc | 50 pthread_t threads[kAlive] = {};
|
/external/libnfc-nci/src/include/ |
NfcAdaptation.h | 80 pthread_t mThreadId;
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_int.h | 100 pthread_t *h_decoding_thread;
|
/external/valgrind/main/drd/tests/ |
pth_barrier.c | 28 pthread_t tid;
|
rwlock_test.c | 55 pthread_t* tid;
|
sem_open.c | 36 pthread_t threadid;
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 21 pthread_t thr1, thr2;
|
Completed in 635 milliseconds
<<11121314151617181920>>