Searched refs:stop (Results 1 – 10 of 10) sorted by relevance
101 uint64_t stop; in BENCHMARK_IMPL() local131 stop = uv_hrtime(); in BENCHMARK_IMPL()140 (stop - start) / 1e9); in BENCHMARK_IMPL()
35 static const char stop[] = "stop"; variable42 ACCESS_ONCE(const char*, handle->data) = stop; in async_cb()
54 static int stop = 0; variable195 done = stop; in loop_creating_worker()292 stop = 1; in TEST_IMPL()
13 ``uv_stop()`` can be used to stop an event loop. The earliest the loop will14 stop running is *on the next iteration*, possibly later. This means that events
33 to stop the timer. This can be used safely from within the callback as well.78 others periodically, but you don't want to have to stop them along all clean270 poll. So we stop and free the poll handle.285 The first thing we do is to stop the timer, since there has been some progress
247 must explicitly call ``uv_close()`` if you want to stop when allocation fails.
145 stop watching. Here is a small example demonstrating the various possibilities:
586 test/test-loop-stop.c652 test/test-tcp-read-stop.c654 test/test-tcp-read-stop-start.c705 test/test-watcher-cross-stop.c)
300 * win: stop using deprecated names (Matheus Izvekov)332 * unix,win: reset the timer queue on stop (Santiago Gimeno)924 * stream: uv__drain() always needs to stop POLLOUT (Jameson Nash)1791 * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)1941 * fsevents: stop using fsevents to watch files (Jameson Nash)2490 * tty, win: fix read stop for raw mode (Bartosz Sosnowski)2724 * win, pipe: stop read for overlapped pipe (Bartosz Sosnowski)3315 * win,sunos: stop handle on uv_fs_event_start() err (cjihrig)3834 * win,tty: fix read stop in line mode (João Reis)5980 * unix: unconditionally stop handle on close (Ben Noordhuis)[all …]
334 Licensed Material under separate terms or conditions or stop
Completed in 30 milliseconds