Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_queuemodule.c.h12 simplequeue_new_impl(PyTypeObject *type);
27 return_value = simplequeue_new_impl(type); in simplequeue_new()
/external/python/cpython3/Modules/
D_queuemodule.c57 simplequeue_new_impl(PyTypeObject *type) in simplequeue_new_impl() function