Searched refs:pthread_t (Results 1 – 25 of 174) sorted by relevance
1234567
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.h | 32 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/ |
D | video_encoder_test.h | 62 pthread_t videothread_id; 63 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_test.h | 61 pthread_t videothread_id; 62 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | decoder_driver_test.h | 56 pthread_t videothread_id; 57 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_test.h | 61 pthread_t videothread_id; 62 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 55 pthread_t videothread_id; 56 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 55 pthread_t videothread_id; 56 pthread_t asyncthread_id;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 39 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.h | 85 pthread_t mPlaybackUsb; 86 pthread_t mRecordingUsb;
|
/hardware/qcom/camera/usbcamcore/inc/ |
D | QCameraUsbPriv.h | 138 pthread_t previewThread; 139 pthread_t takePictureThread;
|
/hardware/bsp/intel/peripheral/libupm/src/lol/ |
D | lol.h | 96 pthread_t drawer_thread;
|
/hardware/bsp/intel/peripheral/libmraa/include/ |
D | mraa_internal_types.h | 53 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/ |
D | thread.h | 52 pthread_t id;
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
D | AcquisitionThread.hpp | 92 pthread_t pthread;
|
1234567