Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_queuemodule.c.h139 _queue_SimpleQueue_get_impl(simplequeueobject *self, PyTypeObject *cls,
155 return_value = _queue_SimpleQueue_get_impl(self, cls, block, timeout); in _queue_SimpleQueue_get()
/third_party/python/Modules/
D_queuemodule.c200 _queue_SimpleQueue_get_impl(simplequeueobject *self, PyTypeObject *cls, in _queue_SimpleQueue_get_impl() function
296 return _queue_SimpleQueue_get_impl(self, cls, 0, Py_None); in _queue_SimpleQueue_get_nowait_impl()