Home
last modified time | relevance | path

Searched refs:check_interval (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h129 int check_interval; member
/external/python/cpython2/Tools/ccbench/
Dccbench.py574 if options.check_interval:
575 sys.setcheckinterval(options.check_interval)
/external/python/cpython3/Tools/ccbench/
Dccbench.py576 if options.check_interval:
577 sys.setcheckinterval(options.check_interval)
/external/python/cpython3/Python/
Dsysmodule.c641 if (!PyArg_ParseTuple(args, "i:setcheckinterval", &interp->check_interval)) in sys_setcheckinterval()
662 return PyLong_FromLong(interp->check_interval); in sys_getcheckinterval()
Dpystate.c140 interp->check_interval = 100; in PyInterpreterState_New()
/external/python/cpython2/Misc/
Dcheatsheet1335 check_interval How often to check for thread switches or signals(measured