HomeSort by relevance Sort by last modified time
    Searched refs:_PyEval_GetSwitchInterval (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
ceval.h 193 PyAPI_FUNC(unsigned long) _PyEval_GetSwitchInterval(void);
  /external/python/cpython3/Python/
ceval_gil.h 267 unsigned long _PyEval_GetSwitchInterval()
sysmodule.c 603 return PyFloat_FromDouble(1e-6 * _PyEval_GetSwitchInterval());
    [all...]

Completed in 907 milliseconds