thread_id 2068 src/dps8/dps8_cpu.c _cpup->thread_id = pthread_self(); thread_id 5260 src/dps8/dps8_cpu.c if (pthread_getcpuclockid (cpus[cpuNo].thread_id, &clock_id) == 0) { thread_id 5296 src/dps8/dps8_cpu.c if (!pthread_getrusage_np(cpus[cpuNo].thread_id, &rusage, PTHRDSINFO_RUSAGE_COLLECT)) { thread_id 1905 src/dps8/dps8_cpu.h pthread_t thread_id; thread_id 85 src/dps8/dps8_rt.c restore_thread_sched(const pthread_t thread_id) thread_id 87 src/dps8/dps8_rt.c return pthread_setschedparam(thread_id, global_sched_info.policy, &global_sched_info.param); thread_id 115 src/dps8/dps8_rt.c ret = restore_thread_sched(cpus[cpuNo].thread_id); thread_id 193 src/dps8/dps8_rt.c save_thread_sched(const pthread_t thread_id) thread_id 195 src/dps8/dps8_rt.c int ret = pthread_getschedparam(thread_id, &global_sched_info.policy, &global_sched_info.param); thread_id 225 src/dps8/dps8_rt.c set_realtime_priority(const pthread_t thread_id, const int priority) thread_id 230 src/dps8/dps8_rt.c int ret = pthread_setschedparam(thread_id, RT_SCHEDULER, ¶m); thread_id 240 src/dps8/dps8_rt.c check_realtime_priority_impl(const pthread_t thread_id, const int priority, const bool verify) thread_id 244 src/dps8/dps8_rt.c int ret = pthread_getschedparam(thread_id, &policy, ¶m_check); thread_id 273 src/dps8/dps8_rt.c check_realtime_priority(const pthread_t thread_id, const int priority) thread_id 275 src/dps8/dps8_rt.c check_realtime_priority_impl(thread_id, priority, true); thread_id 280 src/dps8/dps8_rt.c check_not_realtime_priority(const pthread_t thread_id, const int priority) thread_id 282 src/dps8/dps8_rt.c check_realtime_priority_impl(thread_id, priority, false); thread_id 26 src/dps8/dps8_rt.h int restore_thread_sched(const pthread_t thread_id); thread_id 27 src/dps8/dps8_rt.h void save_thread_sched(const pthread_t thread_id); thread_id 30 src/dps8/dps8_rt.h void set_realtime_priority(const pthread_t thread_id, const int priority); thread_id 31 src/dps8/dps8_rt.h void check_realtime_priority(const pthread_t thread_id, const int priority); thread_id 32 src/dps8/dps8_rt.h void check_not_realtime_priority(const pthread_t thread_id, const int priority);