Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dintrcheck.h21 PyAPI_FUNC(int) _PyOS_IsMainThread(void);
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c112 if (_PyOS_IsMainThread()) { in semlock_acquire()
/external/python/cpython3/Modules/
Dsignalmodule.c1625 _PyOS_IsMainThread(void) in _PyOS_IsMainThread() function
D_winapi.c1566 if (!wait_flag && _PyOS_IsMainThread()) { in _winapi_WaitForMultipleObjects_impl()
Dtimemodule.c1851 if (ul_millis == 0 || !_PyOS_IsMainThread()) { in pysleep()