Searched refs:PC_GETNICE (Results 1 – 3 of 3) sorted by relevance
138 pcnice.pc_op = PC_GETNICE; in getpriority()185 pcnice_t gpcnice = { 0, PC_GETNICE }; in setpriority()
683 if (!error && (pcnice.pc_op == PC_GETNICE)) { in priocntl_common()934 if (pcnice->pc_op == PC_GETNICE) { in setthreadnice()1004 if (pcnice->pc_op != PC_GETNICE && pcnice->pc_op != PC_SETNICE) in donice()1012 if (pcnice->pc_op == PC_GETNICE) in donice()1042 if (pcnice->pc_op == PC_GETNICE) { in donice()
73 #define PC_GETNICE 0 macro