Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dceval.h25 PyAPI_FUNC(unsigned long) _PyEval_GetSwitchInterval(void);
/third_party/python/Python/
Dceval_gil.h340 unsigned long _PyEval_GetSwitchInterval() in _PyEval_GetSwitchInterval() function
Dsysmodule.c1162 return 1e-6 * _PyEval_GetSwitchInterval(); in sys_getswitchinterval_impl()