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