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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dthreading.h29 #define pthread_t HANDLE macro
50 #define pthread_t TID macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.h32 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_;

Completed in 67 milliseconds