Home
last modified time | relevance | path

Searched refs:_Py_brc_queue_object (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_brc.h64 void _Py_brc_queue_object(PyObject *ob);
/external/python/cpython3/Python/
Dbrc.c54 _Py_brc_queue_object(PyObject *ob) in _Py_brc_queue_object() function
/external/python/cpython3/Objects/
Dobject.c401 _Py_brc_queue_object(o); in _Py_DecRefSharedDebug()