Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dimport.h32 PyAPI_FUNC(int) _PyImport_ReleaseLock(void);
35 #define _PyImport_ReleaseLock() 1 macro
/external/python/cpython3/Include/
Dimport.h101 PyAPI_FUNC(int) _PyImport_ReleaseLock(void);
/external/python/cpython2/Python/
Dimport.c317 _PyImport_ReleaseLock(void) in _PyImport_ReleaseLock() function
376 if (_PyImport_ReleaseLock() < 0) { in imp_release_lock()
2335 if (_PyImport_ReleaseLock() < 0) { in PyImport_ImportModuleLevel()
/external/python/cpython3/Python/
Dimport.c182 _PyImport_ReleaseLock(void) in _PyImport_ReleaseLock() function
272 if (_PyImport_ReleaseLock() < 0) { in _imp_release_lock_impl()
/external/python/cpython2/Modules/
Dposixmodule.c3869 result = _PyImport_ReleaseLock(); in posix_fork1()
3902 result = _PyImport_ReleaseLock(); in posix_fork()
4028 result = _PyImport_ReleaseLock(); in posix_forkpty()
/external/python/cpython3/Modules/
Dposixmodule.c444 if (_PyImport_ReleaseLock() <= 0) in PyOS_AfterFork_Parent()