Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 174) sorted by relevance

1234567

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.h32 typedef HANDLE pthread_t; typedef
47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create()
51 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create()
62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
171 pthread_t thread_;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_test.h62 pthread_t videothread_id;
63 pthread_t asyncthread_id;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_test.h61 pthread_t videothread_id;
62 pthread_t asyncthread_id;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Ddecoder_driver_test.h56 pthread_t videothread_id;
57 pthread_t asyncthread_id;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_test.h61 pthread_t videothread_id;
62 pthread_t asyncthread_id;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Ddecoder_driver_test.h55 pthread_t videothread_id;
56 pthread_t asyncthread_id;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Ddecoder_driver_test.h55 pthread_t videothread_id;
56 pthread_t asyncthread_id;
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
Dloc_eng_ni.h39 pthread_t thread; /* NI thread */
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
Dloc_eng_ni.h41 pthread_t thread; /* NI thread */
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h85 pthread_t mPlaybackUsb;
86 pthread_t mRecordingUsb;
/hardware/qcom/camera/usbcamcore/inc/
DQCameraUsbPriv.h138 pthread_t previewThread;
139 pthread_t takePictureThread;
/hardware/bsp/intel/peripheral/libupm/src/lol/
Dlol.h96 pthread_t drawer_thread;
/hardware/bsp/intel/peripheral/libmraa/include/
Dmraa_internal_types.h53 pthread_t thread_id; /**< the isr handler thread id */
144 pthread_t thread_id; /**< the isr handler thread id */
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dthread.h52 pthread_t id;
/hardware/bsp/intel/peripheral/sensors/mraa/
DAcquisitionThread.hpp92 pthread_t pthread;

1234567