Home
last modified time | relevance | path

Searched defs:TIMEOUT_MAX (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/
Dtimers.js134 const TIMEOUT_MAX = 2 ** 31 - 1; constant
652 TIMEOUT_MAX, property
/third_party/lwip/src/core/
Dlowpower.c58 #define TIMEOUT_MAX 120000 /* two mins */ macro
/third_party/python/Lib/
Dthreading.py49 TIMEOUT_MAX = _thread.TIMEOUT_MAX variable