OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds