Home
last modified time | relevance | path

Searched refs:_queue_SimpleQueue_get_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_queuemodule.c.h120 _queue_SimpleQueue_get_impl(simplequeueobject *self, int block,
136 return_value = _queue_SimpleQueue_get_impl(self, block, timeout); in _queue_SimpleQueue_get()
/external/python/cpython3/Modules/
D_queuemodule.c175 _queue_SimpleQueue_get_impl(simplequeueobject *self, int block, in _queue_SimpleQueue_get_impl() function
265 return _queue_SimpleQueue_get_impl(self, 0, Py_None); in _queue_SimpleQueue_get_nowait_impl()