OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:niceness
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/nice/
nice.c
66
int
niceness
= DEFNICE;
local in function:main
76
niceness
= atoi (argv[1] + 1);
88
niceness
= (int)tmp;
102
niceness
+= getpriority(PRIO_PROCESS, 0);
107
if (setpriority(PRIO_PROCESS, 0,
niceness
) == -1) {
nice.c
66
int
niceness
= DEFNICE;
local in function:main
76
niceness
= atoi (argv[1] + 1);
88
niceness
= (int)tmp;
102
niceness
+= getpriority(PRIO_PROCESS, 0);
107
if (setpriority(PRIO_PROCESS, 0,
niceness
) == -1) {
Completed in 24 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025