Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h206 PyAPI_FUNC(unsigned long) _PyEval_GetSwitchInterval(void);
/external/python/cpython3/Python/
Dceval_gil.h256 unsigned long _PyEval_GetSwitchInterval() in _PyEval_GetSwitchInterval() function
Dsysmodule.c699 return PyFloat_FromDouble(1e-6 * _PyEval_GetSwitchInterval()); in sys_getswitchinterval()