HomeSort by relevance Sort by last modified time
    Searched refs:current_process (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 36 'Process', 'current_process', 'active_children', 'freeze_support',
68 self._parent = current_process()
71 assert self._parent is current_process()
96 current_process = threading.current_thread variable
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 36 'Process', 'current_process', 'active_children', 'freeze_support',
68 self._parent = current_process()
71 assert self._parent is current_process()
96 current_process = threading.current_thread variable
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 36 'Process', 'current_process', 'active_children', 'freeze_support',
68 self._parent = current_process()
71 assert self._parent is current_process()
96 current_process = threading.current_thread variable
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 36 'Process', 'current_process', 'active_children', 'freeze_support',
68 self._parent = current_process()
71 assert self._parent is current_process()
96 current_process = threading.current_thread variable
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 42 from multiprocessing.process import current_process, active_children namespace
136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
290 current_process=current_process):
301 if current_process() is not None:
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
402 authkey=process.current_process().authkey,
449 process.current_process().name = data['name']
452 process.current_process()._authkey = data['authkey']
reduction.py 44 from multiprocessing import current_process namespace
110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
synchronize.py 46 from multiprocessing.process import current_process namespace
152 name = current_process().name
177 name = current_process().name
__init__.py 47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 42 from multiprocessing.process import current_process, active_children namespace
136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
290 current_process=current_process):
301 if current_process() is not None:
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
402 authkey=process.current_process().authkey,
449 process.current_process().name = data['name']
452 process.current_process()._authkey = data['authkey']
reduction.py 44 from multiprocessing import current_process namespace
110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
synchronize.py 46 from multiprocessing.process import current_process namespace
152 name = current_process().name
177 name = current_process().name
__init__.py 47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 42 from multiprocessing.process import current_process, active_children namespace
136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
290 current_process=current_process):
301 if current_process() is not None:
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
402 authkey=process.current_process().authkey,
449 process.current_process().name = data['name']
452 process.current_process()._authkey = data['authkey']
reduction.py 44 from multiprocessing import current_process namespace
110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
synchronize.py 46 from multiprocessing.process import current_process namespace
152 name = current_process().name
177 name = current_process().name
__init__.py 47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 42 from multiprocessing.process import current_process, active_children namespace
136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
290 current_process=current_process):
301 if current_process() is not None:
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
402 authkey=process.current_process().authkey,
449 process.current_process().name = data['name']
452 process.current_process()._authkey = data['authkey']
reduction.py 44 from multiprocessing import current_process namespace
110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
synchronize.py 46 from multiprocessing.process import current_process namespace
152 name = current_process().name
177 name = current_process().name
__init__.py 47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 653 HANDLE current_process = GetCurrentProcess(); local
654 if (!DuplicateHandle(current_process,
664 if (!DuplicateHandle(current_process,
674 if (!DuplicateHandle(current_process,
    [all...]

Completed in 618 milliseconds

1 2