Searched defs:pthread_t (Results 1 - 11 of 11) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_pthread_wrappers.h | 29 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 D | threading.h | 29 #define pthread_t HANDLE macro 50 #define pthread_t TID macro
|
/external/libvpx/libvpx/vp8/common/ |
H A D | threading.h | 29 #define pthread_t HANDLE macro 50 #define pthread_t TID macro
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
H A D | vp9_thread.h | 31 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 D | thread.c | 24 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/vp9/decoder/ |
H A D | vp9_thread.h | 32 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/webp/src/utils/ |
H A D | thread.c | 24 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/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
H A D | 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); 1108 PTW32_DLLPORT int PTW32_CDECL pthread_setschedparam (pthread_t thread, 1112 PTW32_DLLPORT int PTW32_CDECL pthread_getschedparam (pthread_t threa [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
H A D | port.h | 124 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 D | port.h | 121 typedef DWORD pthread_t; typedef 126 inline pthread_t pthread_self(void) { 131 inline bool pthread_equal(pthread_t left, pthread_t right) {
|
/external/valgrind/main/perf/ |
H A D | test_input_for_tinycc.c | 535 typedef unsigned long int pthread_t; typedef
|
Completed in 460 milliseconds