HomeSort by relevance Sort by last modified time
    Searched refs:_afterfork_registry (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 148 _afterfork_registry = weakref.WeakValueDictionary() variable
152 items = list(_afterfork_registry.items())
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 148 _afterfork_registry = weakref.WeakValueDictionary() variable
152 items = list(_afterfork_registry.items())
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 148 _afterfork_registry = weakref.WeakValueDictionary() variable
152 items = list(_afterfork_registry.items())
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 148 _afterfork_registry = weakref.WeakValueDictionary() variable
152 items = list(_afterfork_registry.items())
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]

Completed in 492 milliseconds