Home
last modified time | relevance | path

Searched refs:never (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-timer.c118 uv_timer_t repeat, never; in TEST_IMPL() local
141 r = uv_timer_init(uv_default_loop(), &never); in TEST_IMPL()
143 r = uv_timer_start(&never, never_cb, 100, 100); in TEST_IMPL()
145 r = uv_timer_stop(&never); in TEST_IMPL()
147 uv_unref((uv_handle_t*)&never); in TEST_IMPL()
/libuv/docs/src/
H A Dtimer.rst57 as the timeout. If the timer has never been started before it returns
H A Dsignal.rst33 are never received. These signals are: `SIGILL`, `SIGABRT`, `SIGFPE`, `SIGSEGV`,
H A Derrors.rst11 When a function which takes a callback returns an error, the callback will never
H A Dloop.rst165 an error to add the fd but it never generates events.
H A Dmisc.rst673 The monotonic clock counts from an arbitrary point in the past and never
/libuv/docs/src/guide/
H A Dbasics.rst100 ``uv_loop_close(uv_loop_t *)`` and then delete the storage. The examples never
H A Dthreads.rst324 ``uv_async_send``. Your callback will never be called twice for just one
/libuv/m4/
H A Dax_pthread.m4252 # Clang takes -pthread; it has never supported any other flag
/libuv/
H A DLICENSE-docs165 (4) never produces Adapted Material.
H A DChangeLog1308 * doc: uv_tcp_bind() never returns UV_EADDRINUSE (Ben Noordhuis)

Completed in 25 milliseconds