Home
last modified time | relevance | path

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

/third_party/musl/compat/time32/
Dgetrusage_time32.c22 long ru_nivcsw; member
Dwait3_time32.c23 long ru_nivcsw; member
Dwait4_time32.c23 long ru_nivcsw; 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.h44 long ru_nivcsw; member
/third_party/musl/include/sys/
Dresource.h44 long ru_nivcsw; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h44 long ru_nivcsw; member
/third_party/python/Modules/
Dresource.c115 PyStructSequence_SET_ITEM(result, 15, PyLong_FromLong(ru.ru_nivcsw)); in resource_getrusage_impl()
Dposixmodule.c8120 SET_INT(result, 15, ru->ru_nivcsw); in wait_helper()
/third_party/node/src/
Dnode_process_methods.cc328 fields[15] = rusage.ru_nivcsw; in ResourceUsage()
/third_party/libuv/src/unix/
Dcore.c980 rusage->ru_nivcsw = usage.ru_nivcsw; in uv_getrusage()
/third_party/python/Doc/library/
Dresource.rst332 | ``15`` | :attr:`ru_nivcsw` | involuntary context switches |
/third_party/libuv/include/
Duv.h1213 uint64_t ru_nivcsw; /* involuntary context switches */ member
/third_party/libuv/docs/src/
Dmisc.rst118 uint64_t ru_nivcsw; /* involuntary context switches (X) */
/third_party/node/doc/api/
Dprocess.md2156 * `involuntaryContextSwitches` {integer} maps to `ru_nivcsw` which is the