Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 111) sorted by relevance

12345

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp178 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/
Dthreading.h31 #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/
Dmm_qcamera_dual_test.c890 rc = pthread_create(&back_thread_id, NULL, back_thread, &params); in mm_app_dtc_7()
892 rc = pthread_create(&front_thread_id, NULL, front_thread, &params); 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/
Dthread.cpp51 ret = pthread_create(&id, NULL, Instance, this); in Start()
/hardware/qcom/camera/QCamera2/util/
DQCameraCmdThread.cpp88 pthread_create(&cmd_pid, in launch()
/hardware/qcom/gps/msm8960/core/
DMsgTask.cpp79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp138 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
Dhwc_uevents.cpp201 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
/hardware/qcom/gps/core/
DMsgTask.cpp94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
/hardware/qcom/gps/msm8084/core/
DMsgTask.cpp94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
/hardware/qcom/gps/msm8974/core/
DMsgTask.cpp94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
/hardware/ti/omap4-aah/domx/mm_osal/src/
Dtimm_osal_task.c185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_task.c185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.c96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker); in vp9_worker_reset()
Dvp9_thread.h47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/ril/libril/
DRilSocket.cpp65 result = pthread_create(&socketThreadId, &attr, pptr, this); in onNewCommandConnect()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_vsync.cpp176 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
Dhwc_uevents.cpp206 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
/hardware/akm/AK8975_FS/akmdfs/
Dmain.c84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()
/hardware/qcom/gps/msm8084/utils/
Dloc_timer.c153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/qcom/gps/utils/
Dloc_timer.c169 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/qcom/gps/msm8974/utils/
Dloc_timer.c153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c896 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/
Dloc_eng_dmn_conn_thread_helper.c324 result = pthread_create(&thelper->thread_id, NULL, in loc_eng_dmn_conn_launch_thelper()

12345