Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dimport.c.h17 _imp_lock_held_impl(PyObject *module);
22 return _imp_lock_held_impl(module); in _imp_lock_held()
/external/python/cpython3/Python/
Dimport.c239 _imp_lock_held_impl(PyObject *module) in _imp_lock_held_impl() function