Searched refs:cam_frame_fb_thread_id (Results 1 – 1 of 1) sorted by relevance
71 static pthread_t cam_frame_fb_thread_id; variable355 pthread_create(&cam_frame_fb_thread_id, NULL, camframe_fb_thread, NULL); in launch_camframe_fb_thread()377 if (cam_frame_fb_thread_id != 0) { in release_camframe_fb_thread()381 if (pthread_join(cam_frame_fb_thread_id, NULL) != 0) { in release_camframe_fb_thread()