/third_party/musl/compat/time32/ |
H A D | getrusage_time32.c | 22 long ru_nivcsw; member
|
H A D | wait4_time32.c | 23 long ru_nivcsw; member
|
H A D | wait3_time32.c | 23 long ru_nivcsw; member
|
/third_party/toybox/toys/posix/ |
H A D | time.c | 60 ru.ru_oublock, ru.ru_nvcsw, ru.ru_nivcsw); in time_main()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 44 long ru_nivcsw; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 44 long ru_nivcsw; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 44 long ru_nivcsw; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 44 long ru_nivcsw; member
|
/third_party/musl/include/sys/ |
H A D | resource.h | 44 long ru_nivcsw; member
|
/third_party/python/Modules/ |
H A D | resource.c | 55 {"ru_nivcsw", "involuntary context switches"}, 129 PyStructSequence_SET_ITEM(result, 15, PyLong_FromLong(ru.ru_nivcsw)); in resource_getrusage_impl()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 388 self.0.ru_nivcsw in involuntary_context_switches()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 991 rusage->ru_nivcsw = usage.ru_nivcsw; in uv_getrusage()
|
/third_party/node/src/ |
H A D | node_process_methods.cc | 342 fields[15] = static_cast<double>(rusage.ru_nivcsw); in ResourceUsage()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1042 rusage->ru_nivcsw = usage.ru_nivcsw; in uv_getrusage()
|
/third_party/libuv/include/ |
H A D | uv.h | 1301 uint64_t ru_nivcsw; /* involuntary context switches */ member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1199 uint64_t ru_nivcsw; /* involuntary context switches */ member
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1213 uint64_t ru_nivcsw; /* involuntary context switches */ member
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 129 pub ru_nivcsw: c_long,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3413 pub ru_nivcsw: __kernel_long_t,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 194 pub ru_nivcsw: c_long,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3412 pub ru_nivcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3392 pub ru_nivcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3528 pub ru_nivcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3597 pub ru_nivcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3550 pub ru_nivcsw: __kernel_long_t,
|