Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h205 PyAPI_FUNC(void) _PyEval_SetSwitchInterval(unsigned long microseconds);
/external/python/cpython3/Python/
Dceval_gil.h251 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval() function
Dsysmodule.c680 _PyEval_SetSwitchInterval((unsigned long) (1e6 * d)); in sys_setswitchinterval()