Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dimport.h41 PyAPI_FUNC(void) _PyImport_ReInitLock(void);
/external/python/cpython3/Include/
Dimport.h103 PyAPI_FUNC(void) _PyImport_ReInitLock(void);
/external/python/cpython2/Modules/
Dsignalmodule.c1005 _PyImport_ReInitLock(); in PyOS_AfterFork()
/external/python/cpython2/PC/os2emx/
Dpython27.def975 "_PyImport_ReInitLock"
/external/python/cpython3/Python/
Dimport.c204 _PyImport_ReInitLock(void) in _PyImport_ReInitLock() function
/external/python/cpython2/Python/
Dimport.c338 _PyImport_ReInitLock(void) in _PyImport_ReInitLock() function
/external/python/cpython3/Modules/
Dposixmodule.c455 _PyImport_ReInitLock(); in PyOS_AfterFork_Child()