Searched refs:never (Results 1 – 11 of 11) sorted by relevance
/libuv/test/ |
H A D | test-timer.c | 118 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 D | timer.rst | 57 as the timeout. If the timer has never been started before it returns
|
H A D | signal.rst | 33 are never received. These signals are: `SIGILL`, `SIGABRT`, `SIGFPE`, `SIGSEGV`,
|
H A D | errors.rst | 11 When a function which takes a callback returns an error, the callback will never
|
H A D | loop.rst | 165 an error to add the fd but it never generates events.
|
H A D | misc.rst | 673 The monotonic clock counts from an arbitrary point in the past and never
|
/libuv/docs/src/guide/ |
H A D | basics.rst | 100 ``uv_loop_close(uv_loop_t *)`` and then delete the storage. The examples never
|
H A D | threads.rst | 324 ``uv_async_send``. Your callback will never be called twice for just one
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 252 # Clang takes -pthread; it has never supported any other flag
|
/libuv/ |
H A D | LICENSE-docs | 165 (4) never produces Adapted Material.
|
H A D | ChangeLog | 1308 * doc: uv_tcp_bind() never returns UV_EADDRINUSE (Ben Noordhuis)
|
Completed in 37 milliseconds