/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 178 pthread_create(&reader, NULL, fullQueueReaderTask, &readerCtx); in testFullQueueIo() 179 pthread_create(&writer, NULL, fullQueueWriterTask, &writerCtx); in testFullQueueIo()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | threading.h | 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(… macro 52 #define pthread_create(thhandle,attr,thfunc,tharg) \
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 890 rc = pthread_create(&back_thread_id, NULL, back_thread, ¶ms); in mm_app_dtc_7() 892 rc = pthread_create(&front_thread_id, NULL, front_thread, ¶ms); in mm_app_dtc_7() 928 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_8() 930 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_8() 966 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_9() 968 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_9() 1004 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_10() 1006 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_10() 1042 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_11() 1044 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_11() [all …]
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | thread.cpp | 51 ret = pthread_create(&id, NULL, Instance, this); in Start()
|
/hardware/qcom/camera/QCamera2/util/ |
D | QCameraCmdThread.cpp | 88 pthread_create(&cmd_pid, in launch()
|
/hardware/qcom/gps/msm8960/core/ |
D | MsgTask.cpp | 79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 138 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
D | hwc_uevents.cpp | 201 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|
/hardware/qcom/gps/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/msm8084/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/msm8974/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
D | timm_osal_task.c | 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_task.c | 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.c | 96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker); in vp9_worker_reset()
|
D | vp9_thread.h | 47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/ril/libril/ |
D | RilSocket.cpp | 65 result = pthread_create(&socketThreadId, &attr, pptr, this); in onNewCommandConnect()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_vsync.cpp | 176 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
D | hwc_uevents.cpp | 206 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | main.c | 84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_timer.c | 153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/qcom/gps/utils/ |
D | loc_timer.c | 169 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/qcom/gps/msm8974/utils/ |
D | loc_timer.c | 153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 896 pthread_create(&thread_dmp_event, NULL, &get_dmp_event, (void *)dev_dir_name); in inv_create_thread() 897 pthread_create(&thread_read_data, NULL, &read_data, (void *)dev_dir_name); in inv_create_thread() 898 pthread_create(&thread_control, NULL, &control_switch, (void *)dev_dir_name); in inv_create_thread()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 324 result = pthread_create(&thelper->thread_id, NULL, in loc_eng_dmn_conn_launch_thelper()
|