Searched defs:pthread_t (Results 1 - 5 of 5) 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,
54 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) {
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h29 #define pthread_t HANDLE macro
50 #define pthread_t TID macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h35 typedef HANDLE pthread_t; typedef
50 static INLINE int pthread_create(pthread_t* const thread, const void* attr,
54 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
65 static INLINE int pthread_join(pthread_t thread, void** value_ptr) {
/external/webp/src/utils/
H A Dthread.c24 typedef HANDLE pthread_t; typedef
41 pthread_t thread_;
55 static int pthread_create(pthread_t* const thread, const void* attr,
58 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
69 static 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 232 milliseconds