Home
last modified time | relevance | path

Searched refs:nice_prio (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc149 …har_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio) in doshell() argument
175 if (nice_prio != 0) { in doshell()
177 (void) sprintf(nice_prio_buf, "-%d", nice_prio); in doshell()
202 if (nice_prio != 0) { in doshell()
314 …ister Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio) in doexec() argument
330 if (nice_prio != 0) { in doexec()
355 if (nice_prio != 0) { in doexec()
357 (void) sprintf(nice_prio_buf, "-%d", nice_prio); in doexec()
/titanic_44/usr/src/cmd/make/include/mksh/
H A Ddosys.h32 …ster Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio);
33 …ar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio);