Home
last modified time | relevance | path

Searched refs:LOG_THRESHOLD_FOR_CONNLOST_WRITES (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dconstants.py4 LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 variable
Dproactor_events.py345 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
489 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
Dselector_events.py910 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
1045 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
Dunix_events.py656 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES: