HomeSort by relevance Sort by last modified time
    Searched refs:nice (Results 1 - 25 of 47) sorted by null

1 2

  /bionic/libc/upstream-netbsd/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)
  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider_linux.cc 50 uint64 user = 0, nice = 0, sys = 0, idle = 0; local
57 &nice,
66 infos->at(pindex)->usage.user = static_cast<double>(user + nice);
69 static_cast<double>(sys + user + nice + idle);
cpu_info_provider_mac.cc 36 nice = static_cast<double>(cpu_infos[i].cpu_ticks[CPU_STATE_NICE]), local
40 infos->at(i)->usage.user = user + nice;
42 infos->at(i)->usage.total = sys + user + nice + idle;
  /development/ndk/platforms/android-3/include/linux/
kernel_stat.h 24 cputime64_t nice; member in struct:cpu_usage_stat
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 33 private final boolean nice; field in class:MocksBehavior
47 public MocksBehavior(boolean nice) {
48 this.nice = nice;
106 if (stubOrNice == null && nice) {
113 // Do not move the cursor in case of stub, nice or error
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_thread.cc 95 int IrtThreadNice(const int nice) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 6 * Convert a state and time into a nice styled chunk of HTML.
51 // Keep rendering results so we get a nice "seconds elapsed" view.
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 259 unsigned long long nice; local
263 &user, &nice,
268 const uint64 cpu_times = nice + system + user;
  /bionic/libc/include/
unistd.h 74 extern int nice(int);
  /development/ndk/platforms/android-12/include/
unistd.h 77 extern int nice(int);
  /development/ndk/platforms/android-3/include/
unistd.h 77 extern int nice(int);
  /development/ndk/platforms/android-8/include/
unistd.h 77 extern int nice(int);
  /development/ndk/platforms/android-9/include/
unistd.h 77 extern int nice(int);
  /development/ndk/platforms/android-L/include/
unistd.h 77 extern int nice(int);
  /external/fio/
thread_options.h 170 unsigned int nice; member in struct:thread_options
388 uint32_t nice; member in struct:thread_options_pack
  /external/netperf/
netcpu_looper.c 222 /* nice and low. also, by making system calls, it may be easier */
257 /* rely on nice(39). raj 2/26/96 */
258 nice(39);
260 nice(39);
609 /* it would appear that on some systems, in loopback, nice is
  /bionic/libc/arch-mips/bionic/
_setjmp.S 74 li v0, 1 # be nice if we could tell
setjmp.S 87 li v0, 1 # be nice if we could tell
  /bionic/libc/arch-mips64/bionic/
_setjmp.S 74 li v0, 1 # be nice if we could tell
setjmp.S 87 li v0, 1 # be nice if we could tell
  /external/elfutils/0.153/backends/
linux-core-note.c 156 FIELD (state, CHAR, nice, 'd'),
  /external/fio/os/
os-windows.h 99 int nice(int incr);
  /external/chromium_org/v8/test/mjsunit/
assert-opt-and-deopt.js 39 * Might be nice to put this into mjsunit.js, but that doesn't depend on
elements-transition.js 50 // false, true, nice setter function, 20
setters-on-elements.js 33 // It's nice to run this in other browsers too.

Completed in 2637 milliseconds

1 2