Home
last modified time | relevance | path

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

1234

/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/samsung_slsi/exynos5/mobicore/daemon/Common/
DCThread.cpp107 ret = pthread_create(&m_thread, NULL, CThreadStartup, this); in start()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dthread.cpp51 ret = pthread_create(&id, NULL, Instance, this); in Start()
/hardware/qcom/gps/msm8960/core/
DMsgTask.cpp79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_Thread.c82 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument); in Exynos_OSAL_ThreadCreate()
/hardware/qcom/gps/core/
DMsgTask.cpp94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp139 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
Dhwc_uevents.cpp203 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_task.c185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
/hardware/ti/omap4-aah/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/qcom/display/msm8974/libhwcomposer/
Dhwc_vsync.cpp176 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
Dhwc_uevents.cpp208 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/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/msm8960/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()
Dloc_eng_ni.cpp163 rc = pthread_create(&loc_eng_ni_data_p->thread, NULL, ni_thread_proc, &loc_eng_data); in loc_eng_ni_request_handler()
/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()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp219 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp220 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
Domx_rpc.c171 pthread_create(&(pRPCCtx->cbThread), NULL, RPC_CallbackThread, in RPC_InstanceInit()

1234