Searched defs:pthread_t (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h29 typedef HANDLE pthread_t; typedef
44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr,
56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) {
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h36 #define pthread_t HANDLE macro
57 #define pthread_t TID macro
/external/webp/src/utils/
H A Dthread_utils.c24 typedef HANDLE pthread_t; typedef
56 pthread_t thread_;
75 static int pthread_create(pthread_t* const thread, const void* attr,
86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
98 static int pthread_join(pthread_t thread, void** value_ptr) {
/external/dng_sdk/source/
H A Ddng_pthread.h175 #define pthread_t dng_pthread_t macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h34 typedef HANDLE pthread_t; typedef
74 static INLINE int pthread_create(pthread_t *const thread, const void *attr,
84 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
94 static INLINE int pthread_join(pthread_t thread, void **value_ptr) {
205 #define pthread_t TID macro
232 static INLINE int pthread_create(pthread_t *const thread, const void *attr,
242 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
252 static INLINE int pthread_join(pthread_t thread, void **value_ptr) {
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c535 typedef unsigned long int pthread_t; typedef

Completed in 299 milliseconds