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

/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/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h65 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
/external/webp/src/utils/
H A Dthread.c98 static int pthread_join(pthread_t thread, void** value_ptr) { function
324 pthread_join(worker->impl_->thread_, NULL);
/external/dng_sdk/source/
H A Ddng_pthread.h202 #define pthread_join dng_pthread_join macro
/external/openssh/
H A Dauth-pam.c212 pthread_join(sp_pthread_t thread, void **value) function
537 pthread_join(ctxt->pam_thread, NULL);
/external/ImageMagick/MagickCore/
H A Dvms.h815 #define pthread_join PTHREAD_JOIN macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1034 #define pthread_join PTHREAD_JOIN macro

Completed in 280 milliseconds