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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 172 args=(self._taskqueue, self._quick_put, self._outqueue, self._pool)
235 self._quick_put = self._inqueue._writer.send
719 self._quick_put = self._inqueue.put
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 172 args=(self._taskqueue, self._quick_put, self._outqueue, self._pool)
235 self._quick_put = self._inqueue._writer.send
719 self._quick_put = self._inqueue.put

Completed in 42 milliseconds