Searched refs:_PyEval_SetSwitchInterval (Results 1 – 3 of 3) sorted by relevance
205 PyAPI_FUNC(void) _PyEval_SetSwitchInterval(unsigned long microseconds);
251 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval() function
680 _PyEval_SetSwitchInterval((unsigned long) (1e6 * d)); in sys_setswitchinterval()