Home
last modified time | relevance | path

Searched refs:ru_nvcsw (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/compat/time32/
Dgetrusage_time32.c21 long ru_nvcsw; member
Dwait3_time32.c22 long ru_nvcsw; member
Dwait4_time32.c22 long ru_nvcsw; member
/third_party/toybox/toys/posix/
Dtime.c60 ru.ru_oublock, ru.ru_nvcsw, ru.ru_nivcsw); in time_main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h43 long ru_nvcsw; member
/third_party/musl/include/sys/
Dresource.h43 long ru_nvcsw; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h43 long ru_nvcsw; member
/third_party/python/Modules/
Dresource.c114 PyStructSequence_SET_ITEM(result, 14, PyLong_FromLong(ru.ru_nvcsw)); in resource_getrusage_impl()
Dposixmodule.c8119 SET_INT(result, 14, ru->ru_nvcsw); in wait_helper()
/third_party/node/src/
Dnode_process_methods.cc327 fields[14] = rusage.ru_nvcsw; in ResourceUsage()
/third_party/libuv/src/unix/
Dcore.c979 rusage->ru_nvcsw = usage.ru_nvcsw; in uv_getrusage()
/third_party/python/Doc/library/
Dresource.rst330 | ``14`` | :attr:`ru_nvcsw` | voluntary context switches |
/third_party/libuv/include/
Duv.h1212 uint64_t ru_nvcsw; /* voluntary context switches */ member
/third_party/libuv/docs/src/
Dmisc.rst117 uint64_t ru_nvcsw; /* voluntary context switches (X) */
/third_party/node/doc/api/
Dprocess.md2152 * `voluntaryContextSwitches` {integer} maps to `ru_nvcsw` which is the