Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 25 of 103) sorted by relevance

12345

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp181 pthread_join(writer, NULL); in testFullQueueIo()
182 pthread_join(reader, NULL); in testFullQueueIo()
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c892 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_7()
894 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_7()
930 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_8()
932 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_8()
968 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_9()
970 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_9()
1006 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_10()
1008 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_10()
1044 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_11()
1046 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_11()
[all …]
/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… macro
54 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0))
/hardware/intel/common/wrs_omxil_core/utils/src/
Dthread.cpp66 ret = pthread_join(id, NULL); in Join()
/hardware/qcom/camera/QCamera2/util/
DQCameraCmdThread.cpp217 if (pthread_join(cmd_pid, NULL) != 0) { in exit()
DQCameraDisplay.cpp184 pthread_join(mVsyncThreadCameraHandle, NULL); in ~QCameraDisplay()
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_task.c236 if (pthread_join(pHandle->threadID, &retVal)) in TIMM_OSAL_DeleteTask()
/hardware/ti/omap4-aah/domx/mm_osal/src/
Dtimm_osal_task.c236 if (pthread_join(pHandle->threadID, &retVal)) in TIMM_OSAL_DeleteTask()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.c127 pthread_join(worker->thread_, NULL); in vp9_worker_end()
Dvp9_thread.h62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c571 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
603 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
635 pthread_join(cpi->h_encoding_thread[i], 0); in vp8cx_remove_encoder_threads()
641 pthread_join(cpi->h_filter_thread, 0); in vp8cx_remove_encoder_threads()
/hardware/bsp/intel/peripheral/light/mraa/
Dlights.c290 pthread_join(dev->flash_thread, NULL); in set_light_generic()
412 pthread_join(dev->flash_thread, NULL); in close_lights()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Daenc_svr.c194 pthread_join(amr_info->thr,NULL); in omx_amr_thread_stop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Daenc_svr.c194 pthread_join(evrc_info->thr,NULL); in omx_evrc_thread_stop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Daenc_svr.c196 pthread_join(qcelp13_info->thr,NULL); in omx_qcelp13_thread_stop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
Daenc_svr.c194 pthread_join(aac_info->thr,NULL); in omx_aac_thread_stop()
/hardware/akm/AK8975_FS/akmdfs/
Dmain.c277 pthread_join(s_thread, NULL); in main()
/hardware/qcom/gps/msm8996/utils/
DLocThread.cpp142 pthread_join(mThandle, NULL); in stop()
/hardware/qcom/gps/msm8909/utils/
DLocThread.cpp142 pthread_join(mThandle, NULL); in stop()
/hardware/bsp/intel/peripheral/sensors/mraa/
DAcquisitionThread.cpp218 pthread_join(pthread, nullptr); in ~AcquisitionThread()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()

12345