Searched defs:pthread_t (Results 1 - 11 of 11) sorted by last modified time

/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c535 typedef unsigned long int pthread_t; typedef
/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/libvpx/libvpx/vp8/common/
H A Dthreading.h29 #define pthread_t HANDLE macro
50 #define pthread_t TID macro
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h32 typedef HANDLE pthread_t; typedef
47 static INLINE int pthread_create(pthread_t* const thread, const void* attr,
51 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) {
171 pthread_t thread_;
/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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h29 #define pthread_t HANDLE macro
50 #define pthread_t TID macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h31 typedef HANDLE pthread_t; typedef
46 static INLINE int pthread_create(pthread_t* const thread, const void* attr,
50 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
61 static INLINE int pthread_join(pthread_t thread, void** value_ptr) {
/external/chromium_org/third_party/libwebp/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/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h124 typedef DWORD pthread_t; typedef
129 inline pthread_t pthread_self(void) {
134 inline bool pthread_equal(pthread_t left, pthread_t right) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h121 typedef DWORD pthread_t; typedef
126 inline pthread_t pthread_self(void) {
131 inline bool pthread_equal(pthread_t left, pthread_t right) {
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h585 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);
1108 PTW32_DLLPORT int PTW32_CDECL pthread_setschedparam (pthread_t thread,
1112 PTW32_DLLPORT int PTW32_CDECL pthread_getschedparam (pthread_t threa
[all...]

Completed in 177 milliseconds