Home
last modified time | relevance | path

Searched defs:SimpleQueue (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dqueue.py10 SimpleQueue = None variable
321 SimpleQueue = _PySimpleQueue variable
/external/python/cpython2/Lib/multiprocessing/
Dqueues.py348 class SimpleQueue(object): class
/external/python/cpython3/Lib/multiprocessing/
Dqueues.py328 class SimpleQueue(object): class
Dcontext.py109 def SimpleQueue(self): member in BaseContext