/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | threading.h | 32 #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/qcom/gps/msm8996/utils/ |
D | LocThread.cpp | 113 LocThreadDelegate* thread = NULL; in create() local 252 LocThread thread; in main() local
|
D | MsgTask.cpp | 68 LocThread* thread = mThread; in destroy() local
|
D | LocTimer.cpp | 417 LocThread* thread = mThread; in destroy() local
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 113 LocThreadDelegate* thread = NULL; in create() local 252 LocThread thread; in main() local
|
D | MsgTask.cpp | 68 LocThread* thread = mThread; in destroy() local
|
D | LocTimer.cpp | 417 LocThread* thread = mThread; in destroy() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.h | 47 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/ |
D | loc_eng_ni.h | 39 pthread_t thread; /* NI thread */ member
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */ member
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */ member
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */ member
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */ member
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */ member
|
/hardware/libhardware/modules/vehicle/ |
D | vehicle.c | 62 pthread_t thread; member
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 103 pthread_t thread; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodeframe.c | 1341 unsigned int thread; in vp8_decode_frame() local
|