Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dimport.h14 PyAPI_FUNC(int) _PyImport_ReleaseLock(void);
/third_party/python/Python/
Dimport.c145 _PyImport_ReleaseLock(void) in _PyImport_ReleaseLock() function
233 if (_PyImport_ReleaseLock() < 0) { in _imp_release_lock_impl()
/third_party/python/Modules/
Dposixmodule.c582 if (_PyImport_ReleaseLock() <= 0) in PyOS_AfterFork_Parent()