Home
last modified time | relevance | path

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

/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.pxd111 readonly uint64_t _debug_stream_read_cb_total
H A Dloop.pyx248 self._debug_stream_read_cb_total = 0
1217 self._debug_stream_read_cb_total))
H A Dloop.c1330 uint64_t _debug_stream_read_cb_total; member
11257 __pyx_v_self->_debug_stream_read_cb_total = 0; in __pyx_f_6uvloop_4loop_4Loop__init_debug_fields()
25387 …__pyx_t_2 = __Pyx_PyInt_From_uint64_t(__pyx_v_self->_debug_stream_read_cb_total); if (unlikely(!__… in __pyx_f_6uvloop_4loop_4Loop__print_debug_info()
55973 …__pyx_t_1 = __Pyx_PyInt_From_uint64_t(__pyx_v_self->_debug_stream_read_cb_total); if (unlikely(!__… in __pyx_pf_6uvloop_4loop_4Loop_27_debug_stream_read_cb_total___get__()
95865 __pyx_v_loop->_debug_stream_read_cb_total = (__pyx_v_loop->_debug_stream_read_cb_total + 1); in __pyx_f_6uvloop_4loop___uv_stream_on_read_impl()
97519 … __pyx_v_loop->_debug_stream_read_cb_total = (__pyx_v_loop->_debug_stream_read_cb_total + 1); in __pyx_f_6uvloop_4loop___uv_stream_buffered_on_read()
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/handles/
H A Dstream.pyx827 loop._debug_stream_read_cb_total += 1
985 loop._debug_stream_read_cb_total += 1