Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 10 of 10) sorted by relevance

/libuv/test/
H A Dbenchmark-tcp-write-batch.c101 uint64_t stop; in BENCHMARK_IMPL() local
131 stop = uv_hrtime(); in BENCHMARK_IMPL()
140 (stop - start) / 1e9); in BENCHMARK_IMPL()
H A Dbenchmark-async-pummel.c35 static const char stop[] = "stop"; variable
42 ACCESS_ONCE(const char*, handle->data) = stop; in async_cb()
H A Dtest-signal-multiple-loops.c54 static int stop = 0; variable
195 done = stop; in loop_creating_worker()
292 stop = 1; in TEST_IMPL()
/libuv/docs/src/guide/
H A Deventloops.rst13 ``uv_stop()`` can be used to stop an event loop. The earliest the loop will
14 stop running is *on the next iteration*, possibly later. This means that events
H A Dutilities.rst33 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 clean
270 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
H A Dfilesystem.rst247 must explicitly call ``uv_close()`` if you want to stop when allocation fails.
H A Dprocesses.rst145 stop watching. Here is a small example demonstrating the various possibilities:
/libuv/
H A DCMakeLists.txt586 test/test-loop-stop.c
652 test/test-tcp-read-stop.c
654 test/test-tcp-read-stop-start.c
705 test/test-watcher-cross-stop.c)
H A DChangeLog251 * win: stop using deprecated names (Matheus Izvekov)
283 * unix,win: reset the timer queue on stop (Santiago Gimeno)
875 * stream: uv__drain() always needs to stop POLLOUT (Jameson Nash)
1742 * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)
1892 * fsevents: stop using fsevents to watch files (Jameson Nash)
2441 * tty, win: fix read stop for raw mode (Bartosz Sosnowski)
2675 * win, pipe: stop read for overlapped pipe (Bartosz Sosnowski)
3266 * win,sunos: stop handle on uv_fs_event_start() err (cjihrig)
3785 * win,tty: fix read stop in line mode (João Reis)
5931 * unix: unconditionally stop handle on close (Ben Noordhuis)
[all …]
H A DLICENSE-docs334 Licensed Material under separate terms or conditions or stop

Completed in 27 milliseconds