Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dbldcfg.c714 int todprio; /* Timer thread priority */ in build_config() local
789 todprio = DEFAULT_TOD_PRIO; in build_config()
871 if (todprio < 0) in build_config()
872 todprio = 0; in build_config()
1240 if (sscanf(stodprio, "%d%c", &todprio, &c) != 1) in build_config()
1249 if(sysblk.suid != 0 && todprio < 0) in build_config()
1253 todprio = 0; /* Set priority to Normal */ in build_config()
1257 sysblk.todprio = todprio; in build_config()
H A Dtimer.c177 if (setpriority(PRIO_PROCESS, 0, sysblk.todprio)) in timer_update_thread()
179 sysblk.todprio, strerror(errno)); in timer_update_thread()
H A Dhstructs.h598 int todprio; /* TOD Clock thread priority */ member