Searched refs:thread_status (Results 1 – 3 of 3) sorted by relevance
161 int thread_status; variable204 thread_status = -1; in init_once()454 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()498 if (thread_status == 0) { in visualizer_hal_stop_output()504 thread_status = -1; in visualizer_hal_stop_output()
171 int thread_status; variable214 thread_status = -1; in init_once()462 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()506 if (thread_status == 0) { in visualizer_hal_stop_output()512 thread_status = -1; in visualizer_hal_stop_output()
46 static int thread_status = 0; variable55 if(FALSE == thread_status) { in mm_camera_app_timedwait()62 thread_status = FALSE; in mm_camera_app_timedwait()72 if(FALSE == thread_status){ in mm_camera_app_wait()75 thread_status = FALSE; in mm_camera_app_wait()83 thread_status = TRUE; in mm_camera_app_done()