Home
last modified time | relevance | path

Searched refs:children_user (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
7510 SET(2, children_user); in build_times_result()
/external/python/cpython3/Doc/library/
Dos.rst3586 * :attr:`children_user` - user time of all child processes
3591 containing :attr:`user`, :attr:`system`, :attr:`children_user`,
/external/python/cpython3/Lib/test/
Dtest_os.py3749 self.assertEqual(times.children_user, 0)