Home
last modified time | relevance | path

Searched refs:_PyOS_IsMainThread (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dintrcheck.h19 PyAPI_FUNC(int) _PyOS_IsMainThread(void);
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c131 if (_PyOS_IsMainThread()) { in _multiprocessing_SemLock_acquire_impl()
/third_party/python/Modules/
Dsignalmodule.c2034 _PyOS_IsMainThread(void) function
Dtimemodule.c2098 if (ul_millis == 0 || !_PyOS_IsMainThread()) {
D_winapi.c1745 if (!wait_flag && _PyOS_IsMainThread()) { in _winapi_WaitForMultipleObjects_impl()