Searched refs:thread_control (Results 1 – 3 of 3) sorted by relevance
59 std::mutex thread_control; variable
382 std::unique_lock<decltype(thread_control)> lk(thread_control); in start()397 std::unique_lock<decltype(thread_control)> lk(thread_control); in stop()
894 pthread_t thread_dmp_event, thread_read_data, thread_control; in inv_create_thread() local898 pthread_create(&thread_control, NULL, &control_switch, (void *)dev_dir_name); in inv_create_thread()902 pthread_join(thread_control, NULL); in inv_create_thread()