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

  /external/python/cpython3/Lib/asyncio/
constants.py 4 LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
selector_events.py 754 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
    [all...]
proactor_events.py 244 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
unix_events.py 540 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
    [all...]

Completed in 453 milliseconds