Searched defs:pthread_join (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_join.c2 * pthread_join.c
51 pthread_join (pthread_t thread, void **value_ptr) function
143 * pthread_join() or pthread_detach() specifying the same
157 } /* pthread_join */
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro
54 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0)) macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro
54 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0)) macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h61 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c69 static int pthread_join(pthread_t thread, void** value_ptr) { function
275 pthread_join(worker->impl_->thread_, NULL);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
/external/webp/src/utils/
H A Dthread.c69 static int pthread_join(pthread_t thread, void** value_ptr) { function
275 pthread_join(worker->impl_->thread_, NULL);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1034 #define pthread_join PTHREAD_JOIN macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1034 #define pthread_join PTHREAD_JOIN macro

Completed in 2911 milliseconds