Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_queuemodule.c.h174 _queue_SimpleQueue_get_nowait_impl(simplequeueobject *self,
188 return_value = _queue_SimpleQueue_get_nowait_impl(self, cls); in _queue_SimpleQueue_get_nowait()
/third_party/python/Modules/
D_queuemodule.c292 _queue_SimpleQueue_get_nowait_impl(simplequeueobject *self, in _queue_SimpleQueue_get_nowait_impl() function