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

  /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/lib/libc/arch/mips/gen/
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/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/arch/sandpoint/
README 100 It would be nice to have a much more complete ROM interface, allowing
  /src/libexec/atrun/
atrun.c 326 nice(queue - 'b');
  /src/lib/libwrap/
options.c 102 static void nice_option /* execute "nice" option */
145 { "nice", nice_option, OPT_ARG },
365 /* nice_option - set nice value */
376 tcpd_jump("bad nice value: \"%s\"", value);
377 if (dry_run == 0 && nice(niceval) < 0)
378 tcpd_warn("nice(%d): %m", niceval);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru-chromebook.dtsi 281 * still allows us to get nice 4.7K pullups for high speed i2c
  /src/games/larn/
main.c 286 nice(1); /* games should be run niced */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sc7180-idp.dts 500 /* High-Z when no transfers; nice to park the lines */
sc7180-trogdor.dtsi 1010 /* High-Z when no transfers; nice to park the lines */
sdm845-cheza.dtsi 876 /* High-Z when no transfers; nice to park the lines */
  /src/sys/arch/vax/vax/
subr.S 104 pushl $0x1f0000 # Push a nice PSL
  /src/lib/libc/include/
namespace.h 546 #define nice _nice macro
  /src/common/dist/zlib/os400/
zlib.inc 362 D nice 10I 0 value
  /src/bin/ksh/
jobs.c 609 nice(4);
1367 /* XXX would be nice to get the closes out of here
  /src/sys/arch/m68k/060sp/dist/
isp.s 3121 # At this stage, it would be nice if d0 held the FSLW.
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1744 # nice to cause kernel panics so lets avoid the loop below.

Completed in 31 milliseconds