Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !C… argument
33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) argument
35 #define pthread_cancel(thread) terminate_thread(thread,0) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.h47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create()
62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_ni.h39 pthread_t thread; /* NI thread */ member
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */ member
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */ member
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1341 unsigned int thread; in vp8_decode_frame() local