/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/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | CThread.cpp | 107 ret = pthread_create(&m_thread, NULL, CThreadStartup, this); in start()
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | thread.cpp | 51 ret = pthread_create(&id, NULL, Instance, this); in Start()
|
/hardware/qcom/gps/msm8960/core/ |
D | MsgTask.cpp | 79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Thread.c | 82 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument); in Exynos_OSAL_ThreadCreate()
|
/hardware/qcom/gps/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 139 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
D | hwc_uevents.cpp | 203 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_task.c | 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
/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/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/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 | 208 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/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/msm8960/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()
|
D | loc_eng_ni.cpp | 163 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/ |
D | loc_eng_dmn_conn_thread_helper.c | 324 result = pthread_create(&thelper->thread_id, NULL, in loc_eng_dmn_conn_launch_thelper()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 219 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 220 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
D | omx_rpc.c | 171 pthread_create(&(pRPCCtx->cbThread), NULL, RPC_CallbackThread, in RPC_InstanceInit()
|