HomeSort by: relevance | last modified time | path
    Searched refs:nice (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/lib/libc/gen/
nice.c 1 /* $NetBSD: nice.c,v 1.13 2011/05/01 02:49:54 christos Exp $ */
35 static char sccsid[] = "@(#)nice.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: nice.c,v 1.13 2011/05/01 02:49:54 christos Exp $");
49 __weak_alias(nice,_nice)
53 * Backwards compatible nice.
56 nice(int incr)
Makefile.inc 25 nice.c nlist.c nlist_aout.c nlist_coff.c nlist_ecoff.c nlist_elf32.c \
76 nice.3 nlist.3 \
  /src/tests/lib/libc/gen/
t_nice.c 58 atf_tc_fail("nice(3) value was not propagated to threads");
67 "Test nice(3) for invalid parameters (PR lib/42587)");
84 ATF_REQUIRE_ERRNO(EPERM, nice(i) == -1);
91 atf_tc_set_md_var(tc, "descr", "Test nice(3) vs. getpriority(2)");
102 nic = nice(i);
110 atf_tc_fail("nice(3) and getpriority(2) conflict");
113 * Also verify that the nice(3) values
134 atf_tc_fail("nice(3) value was not inherited");
141 atf_tc_set_md_var(tc, "descr", "Test that nice(3) works");
151 ATF_REQUIRE(nice(i) != -1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/vim/indent/
llvm.vim 11 " Stuff that would be nice to add:
  /src/lib/libc/arch/mips/gen/
setjmp.S 117 li v0, 1 # be nice if we could tell
  /src/external/mit/libuv/dist/src/unix/
linux-core.c 529 uint64_t nice; local
566 /* Line contains user, nice, system, idle, iowait, irq, softirq, steal,
576 &nice,
584 ts.nice = nice * multiplier;
darwin.c 226 cpu_info->cpu_times.nice = (uint64_t)(info[i].cpu_ticks[3]) * multiplier;
freebsd.c 261 cpu_info->cpu_times.nice = (uint64_t)(cp_times[CP_NICE+cur]) * multiplier;
netbsd.c 231 cpu_info->cpu_times.nice = (uint64_t)(cp_times[CP_NICE+cur]) * multiplier;
openbsd.c 234 cpu_info->cpu_times.nice = (uint64_t)(info[CP_NICE]) * multiplier;
sunos.c 733 cpu_info->cpu_times.nice = 0;
753 cpu_info->cpu_times.nice = 0;
  /src/external/gpl3/gcc/dist/contrib/
config-list.mk 20 # Use -j / -l make arguments and nice to assure a smooth resource-efficient
24 # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 &
30 # nohup nice make \
  /src/external/gpl3/gcc.old/dist/contrib/
config-list.mk 15 # Use -j / -l make arguments and nice to assure a smooth resource-efficient
19 # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 &
25 # nohup nice make \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d 2414 int nice(int);
2440 int nice(int) @trusted;
2493 int nice(int) @trusted;
2518 int nice(int) @trusted;
2543 int nice(int) @trusted;
2568 int nice(int) @trusted;
2593 int nice(int) @trusted;
2611 int nice(int) @trusted;
2633 int nice(int);
2693 int nice(int) @trusted
    [all...]
  /src/include/
unistd.h 228 int nice(int);
  /src/lib/libc/compat/arch/mips/gen/
compat_setjmp.S 117 li v0, 1 # be nice if we could tell
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c 329 set_user_nice(VCHIQ_THREAD_T thr, int nice)
vchi_bsd.h 240 void set_user_nice(VCHIQ_THREAD_T p, int nice);
  /src/external/bsd/top/dist/machine/
m_linux.c 95 int pri, nice, threads; member in struct:top_proc
124 "user", "nice", "system", "idle", "iowait",
163 " PID X THR PRI NICE SIZE RES STATE TIME CPU COMMAND";
166 " PID %-9s THR PRI NICE SIZE RES SHR STATE TIME CPU COMMAND";
169 " PID %-9s PRI NICE SIZE RES SHR STATE TIME CPU COMMAND";
804 proc->nice = strtol(p, &p, 10); /* nice */
1121 p->nice,
1138 p->nice,
  /src/external/mit/libuv/dist/test/
test-platform-output.c 148 printf(" times.nice: %llu\n",
149 (unsigned long long) cpus[i].cpu_times.nice);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 1338 char nice[32]; local
1355 zdb_nicenum(dd->dd_used_bytes, nice);
1356 (void) printf("\t\tused_bytes = %s\n", nice);
1357 zdb_nicenum(dd->dd_compressed_bytes, nice);
1358 (void) printf("\t\tcompressed_bytes = %s\n", nice);
1359 zdb_nicenum(dd->dd_uncompressed_bytes, nice);
1360 (void) printf("\t\tuncompressed_bytes = %s\n", nice);
1361 zdb_nicenum(dd->dd_quota, nice);
1362 (void) printf("\t\tquota = %s\n", nice);
1363 zdb_nicenum(dd->dd_reserved, nice);
    [all...]
  /src/sys/arch/sandpoint/
README 100 It would be nice to have a much more complete ROM interface, allowing
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc 348 // would be nice to avoid a dependency on curses proper when we can make do
  /src/libexec/atrun/
atrun.c 326 nice(queue - 'b');
  /src/external/bsd/ntp/dist/adjtimed/
adjtimed.c 214 if (nice(-10) == -1) {
215 msyslog(LOG_ERR, "nice: %m");
216 perror("adjtimed: nice");

Completed in 84 milliseconds

1 2 3