Searched refs:_PyEval_GetSwitchInterval (Results 1 – 3 of 3) sorted by relevance
29 PyAPI_FUNC(unsigned long) _PyEval_GetSwitchInterval(void);
327 unsigned long _PyEval_GetSwitchInterval() in _PyEval_GetSwitchInterval() function
1144 return 1e-6 * _PyEval_GetSwitchInterval(); in sys_getswitchinterval_impl()