Home
last modified time | relevance | path

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

/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.pxd113 readonly uint64_t _debug_stream_read_eof_total
H A Dloop.pyx249 self._debug_stream_read_eof_total = 0
1221 self._debug_stream_read_eof_total))
H A Dloop.c1332 uint64_t _debug_stream_read_eof_total; member
11266 __pyx_v_self->_debug_stream_read_eof_total = 0; in __pyx_f_6uvloop_4loop_4Loop__init_debug_fields()
25483 …__pyx_t_2 = __Pyx_PyInt_From_uint64_t(__pyx_v_self->_debug_stream_read_eof_total); if (unlikely(!_… in __pyx_f_6uvloop_4loop_4Loop__print_debug_info()
56067 …__pyx_t_1 = __Pyx_PyInt_From_uint64_t(__pyx_v_self->_debug_stream_read_eof_total); if (unlikely(!_… in __pyx_pf_6uvloop_4loop_4Loop_28_debug_stream_read_eof_total___get__()
95312 … __pyx_v_loop->_debug_stream_read_eof_total = (__pyx_v_loop->_debug_stream_read_eof_total + 1); in __pyx_f_6uvloop_4loop___uv_stream_on_read_common()
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/handles/
H A Dstream.pyx766 loop._debug_stream_read_eof_total += 1