/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 181 pthread_join(writer, NULL); in testFullQueueIo() 182 pthread_join(reader, NULL); in testFullQueueIo()
|
/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… macro 54 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0))
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 895 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_7() 897 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_7() 933 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_8() 935 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_8() 971 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_9() 973 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_9() 1009 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_10() 1011 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_10() 1047 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_11() 1049 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_11() [all …]
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | thread.cpp | 66 ret = pthread_join(id, NULL); in Join()
|
/hardware/qcom/camera/QCamera2/util/ |
D | QCameraCmdThread.cpp | 209 if (pthread_join(cmd_pid, NULL) != 0) { in exit()
|
/hardware/libhardware/modules/soundtrigger/ |
D | sound_trigger_hw.c | 176 pthread_join(stdev->callback_thread, (void **) NULL); in stdev_unload_sound_model() 236 pthread_join(stdev->callback_thread, (void **) NULL); in stdev_stop_recognition()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ethreading.c | 571 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/ti/omap4-aah/domx/mm_osal/src/ |
D | timm_osal_task.c | 236 if (pthread_join(pHandle->threadID, &retVal)) in TIMM_OSAL_DeleteTask()
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_task.c | 236 if (pthread_join(pHandle->threadID, &retVal)) in TIMM_OSAL_DeleteTask()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.c | 127 pthread_join(worker->thread_, NULL); in vp9_worker_end()
|
D | vp9_thread.h | 62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | main.c | 277 pthread_join(s_thread, NULL); in main()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 900 pthread_join(thread_dmp_event, NULL); in inv_create_thread() 901 pthread_join(thread_read_data, NULL); in inv_create_thread() 902 pthread_join(thread_control, NULL); in inv_create_thread()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 389 result = pthread_join(thelper->thread_id, NULL); in loc_eng_dmn_conn_join_thelper()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 557 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release() 674 if (pthread_join(cmd_thread->cmd_pid, NULL) != 0) { in mm_camera_cmd_thread_stop()
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
D | omx_rpc.c | 223 status = pthread_join(pRPCCtx->cbThread, NULL); in RPC_InstanceDeInit()
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/ |
D | omx_rpc.c | 223 status = pthread_join(pRPCCtx->cbThread, NULL); in RPC_InstanceDeInit()
|
/hardware/ti/omap4-aah/ |
D | heaptracker.c | 578 pthread_join(scanner_thread, NULL); in deinit()
|
/hardware/ti/omap4xxx/ |
D | heaptracker.c | 578 pthread_join(scanner_thread, NULL); in deinit()
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 662 pthread_join(thread1, (void **)&ret); in main()
|
/hardware/intel/common/libva/test/encode/ |
D | mpeg2vaenc.c | 1138 pthread_join(ctx->upload_thread_id, NULL); in begin_picture() 1517 pthread_join(ctx->upload_thread_id, NULL); in mpeg2enc_end()
|
D | mpeg2enc.c | 1122 pthread_join(ctx->upload_thread_id, NULL); in begin_picture() 1501 pthread_join(ctx->upload_thread_id, NULL); in mpeg2enc_end()
|