OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_inqueue
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py
188
args=(self._taskqueue, self.
_inqueue
, self._outqueue, self._pool,
215
args=(self.
_inqueue
, self._outqueue,
233
self.
_inqueue
= SimpleQueue()
235
self._quick_put = self.
_inqueue
._writer.send
717
self.
_inqueue
= Queue.Queue()
719
self._quick_put = self.
_inqueue
.put
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py
188
args=(self._taskqueue, self.
_inqueue
, self._outqueue, self._pool,
215
args=(self.
_inqueue
, self._outqueue,
233
self.
_inqueue
= SimpleQueue()
235
self._quick_put = self.
_inqueue
._writer.send
717
self.
_inqueue
= Queue.Queue()
719
self._quick_put = self.
_inqueue
.put
Completed in 23 milliseconds