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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.h62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function

Completed in 350 milliseconds