Home
last modified time | relevance | path

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

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