HomeSort by relevance Sort by last modified time
    Searched refs:nice (Results 26 - 50 of 73) sorted by null

12 3

  /external/elfutils/backends/
linux-core-note.c 191 FIELD (state, CHAR, nice, 'd'),
  /bionic/libc/include/
unistd.h 102 int nice(int __incr);
  /external/autotest/client/tests/hackbench/src/
hackbench.c 21 Based on this multi-process version, a nice person created a multi-thread
  /external/ltp/testcases/kernel/sched/tool/
time-schedule.c 409 if (nice(20) != 0) {
  /bionic/tests/headers/posix/
unistd_h.c 343 FUNCTION(nice, int (*f)(int));
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 179 // Currently just a pass-through, but it's nice to separate it logically.
  /external/strace/linux/hppa/
syscallent.h 40 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/guice/extensions/persist/lib/
easymock.jar 
  /external/guice/lib/build/
easymock.jar 
  /external/iputils/
clockdiff.c 568 if (nice(-16) == -1)
592 perror("clockdiff: nice");
  /external/strace/linux/arm/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/i386/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/m68k/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/mips/
syscallent-o32.h 38 [4034] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/powerpc/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/powerpc64/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/s390/
syscallent.h 66 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/s390x/
syscallent.h 65 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/sh/
syscallent.h 66 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/sh64/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/sparc/
syscallent.h 35 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/strace/linux/sparc64/
syscallent.h 34 [ 34] = { 1, 0, SEN(nice), "nice" },
  /external/toybox/generated/
globals.h 1148 // toys/posix/nice.c
1465 struct nice_data nice; member in union:global_union
  /external/mksh/src/
jobs.c 415 /* run nice(3) and ignore the result */
424 if (nice(ness) == -1 && (eno = errno) != 0)
427 (void)nice(ness);
    [all...]
  /external/strace/linux/bfin/
syscallent.h 64 [ 34] = { 1, 0, SEN(nice), "nice" },

Completed in 867 milliseconds

12 3