/third_party/musl/compat/time32/ |
H A D | getrusage_time32.c | 21 long ru_nvcsw; member
|
H A D | wait4_time32.c | 22 long ru_nvcsw; member
|
H A D | wait3_time32.c | 22 long ru_nvcsw; 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 | 43 long ru_nvcsw; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 43 long ru_nvcsw; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 43 long ru_nvcsw; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 43 long ru_nvcsw; member
|
/third_party/musl/include/sys/ |
H A D | resource.h | 43 long ru_nvcsw; member
|
/third_party/python/Modules/ |
H A D | resource.c | 54 {"ru_nvcsw", "voluntary context switches"}, 128 PyStructSequence_SET_ITEM(result, 14, PyLong_FromLong(ru.ru_nvcsw)); in resource_getrusage_impl()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 382 self.0.ru_nvcsw in voluntary_context_switches()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 990 rusage->ru_nvcsw = usage.ru_nvcsw; in uv_getrusage()
|
/third_party/node/src/ |
H A D | node_process_methods.cc | 341 fields[14] = static_cast<double>(rusage.ru_nvcsw); in ResourceUsage()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1041 rusage->ru_nvcsw = usage.ru_nvcsw; in uv_getrusage()
|
/third_party/libuv/include/ |
H A D | uv.h | 1300 uint64_t ru_nvcsw; /* voluntary context switches */ member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1198 uint64_t ru_nvcsw; /* voluntary context switches */ member
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1212 uint64_t ru_nvcsw; /* voluntary context switches */ member
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 126 pub ru_nvcsw: c_long,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3412 pub ru_nvcsw: __kernel_long_t,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 191 pub ru_nvcsw: c_long,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3411 pub ru_nvcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3391 pub ru_nvcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3527 pub ru_nvcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3596 pub ru_nvcsw: __kernel_long_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3549 pub ru_nvcsw: __kernel_long_t,
|