Home
last modified time | relevance | path

Searched refs:thread_control (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.h59 std::mutex thread_control; variable
Dhistogram_collector.cpp382 std::unique_lock<decltype(thread_control)> lk(thread_control); in start()
397 std::unique_lock<decltype(thread_control)> lk(thread_control); in stop()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c894 pthread_t thread_dmp_event, thread_read_data, thread_control; in inv_create_thread() local
898 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()