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

/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h30 typedef HANDLE pthread_t; typedef
61 pthread_t thread_;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h31 typedef HANDLE pthread_t; typedef
62 pthread_t thread_;
/external/webp/src/utils/
H A Dthread.h30 typedef HANDLE pthread_t; typedef
61 pthread_t thread_;
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h25 #define pthread_t HANDLE macro
46 #define pthread_t TID macro
/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...]
/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/valgrind/main/perf/
H A Dtest_input_for_tinycc.c535 typedef unsigned long int pthread_t; typedef

Completed in 336 milliseconds