Home
last modified time | relevance | path

Searched refs:children_system (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c7491 double children_user, double children_system, in build_times_result() argument
7511 SET(3, children_system); in build_times_result()
/external/python/cpython3/Doc/library/
Dos.rst3587 * :attr:`children_system` - system time of all child processes
3592 :attr:`children_system`, and :attr:`elapsed` in that order.
/external/python/cpython3/Lib/test/
Dtest_os.py3750 self.assertEqual(times.children_system, 0)