Home
last modified time | relevance | path

Searched refs:PROCESS_LOW_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/htop/htop-3.1.2/
H A DCRT.h81 PROCESS_LOW_PRIORITY, enumerator
H A DCRT.c152 [PROCESS_LOW_PRIORITY] = ColorPair(Green, Black),
254 [PROCESS_LOW_PRIORITY] = A_DIM,
356 [PROCESS_LOW_PRIORITY] = ColorPair(Green, White),
458 [PROCESS_LOW_PRIORITY] = ColorPair(Green, Black),
560 [PROCESS_LOW_PRIORITY] = ColorPair(Green, Blue),
666 [PROCESS_LOW_PRIORITY] = ColorPair(Green, Black),
H A DProcess.c879 : this->nice > 0 ? CRT_colors[PROCESS_LOW_PRIORITY] in Process_writeField()
/dports/sysutils/htop/htop-3.1.2/linux/
H A DLinuxProcess.c265 attr = CRT_colors[PROCESS_LOW_PRIORITY]; in LinuxProcess_writeField()
296 : lp->autogroup_nice > 0 ? CRT_colors[PROCESS_LOW_PRIORITY] in LinuxProcess_writeField()
/dports/sysutils/htop/htop-3.1.2/pcp/
H A DPCPProcess.c187 : pp->autogroup_nice > 0 ? CRT_colors[PROCESS_LOW_PRIORITY] in PCPProcess_writeField()