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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 142 def reduce_handle(handle): function
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 142 def reduce_handle(handle): function
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())

Completed in 1103 milliseconds