/third_party/musl/src/unistd/ |
H A D | nice.c | 7 int nice(int inc) in nice() function
|
/third_party/rust/crates/rustix/src/process/ |
H A D | priority.rs | 13 pub fn nice(inc: i32) -> io::Result<i32> { in nice() functions
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_gentype.hpp | 10 nice, enumerator
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 308 NiceMock< ::Mock> nice; in TEST() local [all...] |
/third_party/googletest/googletest/test/ |
H A D | gtest_ext_unittest.cc | 13 const bool nice[TEST_FLAGS_NUM] = { true, true, true, true, false, false }; in TEST() local 15 EXPECT_EQ(checkFlagsLegality(flags[i]), nice[i]); in TEST() local 24 const bool nice[TEST_COMBINE_NUM] = { false, false, true, true, false, true, false, true }; in TEST() local
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 55 const bool nice = masked == 0;
in verify() local
|
/third_party/toybox/toys/other/ |
H A D | vmstat.c | 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-core.c | 529 uint64_t nice; in read_times() local
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1624 int nice; in set_nice_for_calling_thread() local
|
H A D | linux.c | 1797 unsigned long long freq, user, nice, sys, idle, irq; in uv_cpu_info() member
|
/third_party/libuv/include/ |
H A D | uv.h | 1200 uint64_t nice; /* milliseconds */ member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1094 uint64_t nice; /* milliseconds */ member
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1108 uint64_t nice; /* milliseconds */ member
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1397 pub fn nice(incr: ::c_int) -> ::c_int; in nice() functions
|
/third_party/toybox/generated/ |
H A D | globals.h | 1754 struct nice_data nice; member
|