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

  /external/python/cpython3/Include/
pystate.h 129 int check_interval; member in struct:_is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 541 action="store", type="int", dest="check_interval", default=None,
574 if options.check_interval:
575 sys.setcheckinterval(options.check_interval)
  /external/python/cpython2/Tools/ccbench/
ccbench.py 541 action="store", type="int", dest="check_interval", default=None,
574 if options.check_interval:
575 sys.setcheckinterval(options.check_interval)
  /external/python/cpython3/Tools/ccbench/
ccbench.py 543 action="store", type="int", dest="check_interval", default=None,
576 if options.check_interval:
577 sys.setcheckinterval(options.check_interval)
  /external/python/cpython3/Python/
sysmodule.c 641 if (!PyArg_ParseTuple(args, "i:setcheckinterval", &interp->check_interval))
662 return PyLong_FromLong(interp->check_interval);
    [all...]
pystate.c 140 interp->check_interval = 100;
    [all...]

Completed in 980 milliseconds