Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dimport.h13 PyAPI_FUNC(void) _PyImport_AcquireLock(void);
/third_party/python/Python/
Dimport.c118 _PyImport_AcquireLock(void) in _PyImport_AcquireLock() function
217 _PyImport_AcquireLock(); in _imp_acquire_lock_impl()
/third_party/python/Modules/
Dposixmodule.c576 _PyImport_AcquireLock(); in PyOS_BeforeFork()