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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 149 _afterfork_counter = itertools.count() variable
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 149 _afterfork_counter = itertools.count() variable
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj

Completed in 183 milliseconds