Home
last modified time | relevance | path

Searched refs:_thread_id (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.cpp30 , _thread_id (0) in Thread()
77 thread->_thread_id = 0; in thread_func()
157 if (pthread_create(&_thread_id, &attr, (void* (*)(void*))thread_func, this) != 0) { in start()
170 int ret = pthread_setname_np (_thread_id, thread_name); in start()
H A Dxcam_thread.h65 pthread_t _thread_id; variable