Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_import.h9 extern PyStatus _PyImport_ReInitLock(void);
/third_party/python/Python/
Dimport.c167 _PyImport_ReInitLock(void) in _PyImport_ReInitLock() function
/third_party/python/Modules/
Dposixmodule.c607 status = _PyImport_ReInitLock(); in PyOS_AfterFork_Child()