Home
last modified time | relevance | path

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

/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.pxd108 readonly uint64_t _debug_stream_shutdown_errors_total
H A Dloop.pyx254 self._debug_stream_shutdown_errors_total = 0
1228 self._debug_stream_shutdown_errors_total))
H A Dloop.c1328 uint64_t _debug_stream_shutdown_errors_total; member
11302 __pyx_v_self->_debug_stream_shutdown_errors_total = 0; in __pyx_f_6uvloop_4loop_4Loop__init_debug_fields()
25638 …__pyx_t_2 = __Pyx_PyInt_From_uint64_t(__pyx_v_self->_debug_stream_shutdown_errors_total); if (unli… in __pyx_f_6uvloop_4loop_4Loop__print_debug_info()
55879 …__pyx_t_1 = __Pyx_PyInt_From_uint64_t(__pyx_v_self->_debug_stream_shutdown_errors_total); if (unli… in __pyx_pf_6uvloop_4loop_4Loop_35_debug_stream_shutdown_errors_total___get__()
95110 …__pyx_t_9->_debug_stream_shutdown_errors_total = (__pyx_t_9->_debug_stream_shutdown_errors_total +… in __pyx_f_6uvloop_4loop___uv_stream_on_shutdown()
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/handles/
H A Dstream.pyx743 stream._loop._debug_stream_shutdown_errors_total += 1