watchdog_reader_id  294 src/dps8/dps8_rt.c   pthread_t watchdog_reader_id;
watchdog_reader_id  295 src/dps8/dps8_rt.c   ret = pthread_create(&watchdog_reader_id, NULL, watchdog_reader, NULL);
watchdog_reader_id  303 src/dps8/dps8_rt.c   set_realtime_priority(watchdog_reader_id, max_priority);
watchdog_reader_id  306 src/dps8/dps8_rt.c   check_realtime_priority(watchdog_reader_id, max_priority);