Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_import.h206 extern int _PyImport_CheckGILForModule(PyObject *module, PyObject *module_name);
/external/python/cpython3/Python/
Dimport.c1492 _PyImport_CheckGILForModule(PyObject* module, PyObject *module_name) in _PyImport_CheckGILForModule() function
2342 if (_PyImport_CheckGILForModule(mod, info.name) < 0) { in create_builtin()
4727 if (_PyImport_CheckGILForModule(mod, info.name) < 0) { in _imp_create_dynamic_impl()