Searched defs:active_children (Results 1 - 24 of 24) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A D__init__.py47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
H A Dprocess.py35 __all__ = ['Process', 'current_process', 'active_children']
65 def active_children(): function
H A Dutil.py42 from multiprocessing.process import current_process, active_children namespace
289 active_children=active_children,
303 # it's None, any call to ``active_children()`` will throw an
304 # AttributeError (active_children winds up trying to get
312 for p in active_children():
317 for p in active_children():
H A Dmanagers.py50 from multiprocessing import Process, current_process, active_children, Pool, util, connection namespace
357 for p in active_children():
361 for p in active_children():
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
99 def active_children(): function
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A D__init__.py47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
H A Dprocess.py35 __all__ = ['Process', 'current_process', 'active_children']
65 def active_children(): function
H A Dutil.py42 from multiprocessing.process import current_process, active_children namespace
289 active_children=active_children,
303 # it's None, any call to ``active_children()`` will throw an
304 # AttributeError (active_children winds up trying to get
312 for p in active_children():
317 for p in active_children():
H A Dmanagers.py50 from multiprocessing import Process, current_process, active_children, Pool, util, connection namespace
357 for p in active_children():
361 for p in active_children():
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
99 def active_children(): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
H A Dprocess.py35 __all__ = ['Process', 'current_process', 'active_children']
65 def active_children(): function
H A Dutil.py42 from multiprocessing.process import current_process, active_children namespace
289 active_children=active_children,
303 # it's None, any call to ``active_children()`` will throw an
304 # AttributeError (active_children winds up trying to get
312 for p in active_children():
317 for p in active_children():
H A Dmanagers.py50 from multiprocessing import Process, current_process, active_children, Pool, util, connection namespace
357 for p in active_children():
361 for p in active_children():
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
99 def active_children(): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
H A Dprocess.py35 __all__ = ['Process', 'current_process', 'active_children']
65 def active_children(): function
H A Dutil.py42 from multiprocessing.process import current_process, active_children namespace
289 active_children=active_children,
303 # it's None, any call to ``active_children()`` will throw an
304 # AttributeError (active_children winds up trying to get
312 for p in active_children():
317 for p in active_children():
H A Dmanagers.py50 from multiprocessing import Process, current_process, active_children, Pool, util, connection namespace
357 for p in active_children():
361 for p in active_children():
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
99 def active_children(): function
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DSocketServer.py511 active_children = None variable in class:ForkingMixIn
516 if self.active_children is None: return
517 while len(self.active_children) >= self.max_children:
526 if pid not in self.active_children: continue
527 self.active_children.remove(pid)
530 # to. There should be a way to put the active_children into a
534 for child in self.active_children:
541 self.active_children.remove(pid)
544 self.active_children))
559 if self.active_children i
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DSocketServer.py511 active_children = None variable in class:ForkingMixIn
516 if self.active_children is None: return
517 while len(self.active_children) >= self.max_children:
526 if pid not in self.active_children: continue
527 self.active_children.remove(pid)
530 # to. There should be a way to put the active_children into a
534 for child in self.active_children:
541 self.active_children.remove(pid)
544 self.active_children))
559 if self.active_children i
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSocketServer.py511 active_children = None variable in class:ForkingMixIn
516 if self.active_children is None: return
517 while len(self.active_children) >= self.max_children:
526 if pid not in self.active_children: continue
527 self.active_children.remove(pid)
530 # to. There should be a way to put the active_children into a
534 for child in self.active_children:
541 self.active_children.remove(pid)
544 self.active_children))
559 if self.active_children i
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DSocketServer.py511 active_children = None variable in class:ForkingMixIn
516 if self.active_children is None: return
517 while len(self.active_children) >= self.max_children:
526 if pid not in self.active_children: continue
527 self.active_children.remove(pid)
530 # to. There should be a way to put the active_children into a
534 for child in self.active_children:
541 self.active_children.remove(pid)
544 self.active_children))
559 if self.active_children i
[all...]

Completed in 387 milliseconds