Searched refs:pthread_t (Results 1 – 25 of 103) sorted by relevance
12345
/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/mm-video-legacy/vidc/vdec/inc/ |
D | decoder_driver_test.h | 56 pthread_t videothread_id; 57 pthread_t asyncthread_id;
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 55 pthread_t videothread_id; 56 pthread_t asyncthread_id;
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_test.h | 62 pthread_t videothread_id; 63 pthread_t asyncthread_id;
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_test.h | 61 pthread_t videothread_id; 62 pthread_t asyncthread_id;
|
D | omx_video_encoder.h | 73 OMX_U32 dev_set_message_thread_id(pthread_t);
|
D | omx_video_base.h | 218 virtual OMX_U32 dev_set_message_thread_id(pthread_t) = 0; 346 pthread_t msg_thread_id; 347 pthread_t async_thread_id;
|
D | video_encoder_device_v4l2.h | 245 unsigned venc_set_message_thread_id(pthread_t); 296 pthread_t m_tid;
|
/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/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.h | 85 pthread_t mPlaybackUsb; 86 pthread_t mRecordingUsb;
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | CThread.h | 77 pthread_t m_thread;
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | thread.h | 52 pthread_t id;
|
/hardware/qcom/gps/msm8960/core/ |
D | MsgTask.h | 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
|
D | MsgTask.cpp | 76 pthread_t tid; in createPThread()
|
/hardware/qcom/gps/core/ |
D | MsgTask.h | 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
|
D | MsgTask.cpp | 91 pthread_t tid; in createPThread()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | threading.h | 29 #define pthread_t HANDLE macro 50 #define pthread_t TID
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/ |
D | omx_rpc_internal.h | 179 pthread_t cbThread;
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
D | omx_rpc_internal.h | 179 pthread_t cbThread;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_int.h | 104 pthread_t *h_decoding_thread;
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Thread.c | 47 pthread_t pthread;
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 137 pthread_t vsync_thread; in init_vsync_thread()
|
12345