Home
last modified time | relevance | path

Searched defs:active_children (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py99 def active_children(): function
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py65 def active_children(): function
Dutil.py295 active_children=active_children, argument
/external/python/cpython2/Lib/
DSocketServer.py512 active_children = None variable in ForkingMixIn