Searched refs:uv_update_time (Results 1 – 13 of 13) sorted by relevance
71 uv_update_time(loop); in BENCHMARK_IMPL()80 uv_update_time(loop); in BENCHMARK_IMPL()
147 uv_update_time(loop); in BENCHMARK_IMPL()155 uv_update_time(loop); in BENCHMARK_IMPL()
102 uv_update_time(loop); in show_stats()130 uv_update_time(loop); in read_show_stats()166 uv_update_time(loop); in start_stats_collection()174 uv_update_time(loop); in read_cb()
708 uv_update_time(loop); in TEST_IMPL()774 uv_update_time(loop); in TEST_IMPL()1009 uv_update_time(loop); in TEST_IMPL()
284 uv_update_time(loop); in pound_it()
62 uv_update_time(uv_default_loop()); in once_cb()
565 uv_update_time(uv_default_loop()); in _do_fork_fs_events_child()
256 uv_update_time(loop); in uv_loop_init()325 void uv_update_time(uv_loop_t* loop) { in uv_update_time() function502 uv_update_time(loop); in uv__poll()510 uv_update_time(loop); in uv__poll()535 uv_update_time(loop); in uv_run()542 uv_update_time(loop); in uv_run()576 uv_update_time(loop); in uv_run()
13 right after waking up from waiting for I/O. See also :c:func:`uv_update_time`.55 …Does not update the event loop's concept of "now". See :c:func:`uv_update_time` for more informati…
175 the start of the event loop tick, see :c:func:`uv_update_time` for details185 .. c:function:: void uv_update_time(uv_loop_t* loop)
493 void uv_update_time(uv_loop_t* loop) { in uv_update_time() function
318 UV_EXTERN void uv_update_time(uv_loop_t*);
1009 * win,loop: add missing uv_update_time (twosee)3725 * doc: add reference to uv_update_time on uv_timer_start (Alex Hultman)6024 * include: document uv_update_time() and uv_now() (Ben Noordhuis)6076 * include: document uv_update_time() and uv_now() (Ben Noordhuis)
Completed in 43 milliseconds