Home
last modified time | relevance | path

Searched refs:uv_loop_configure (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/mit/libuv/dist/test/
H A Dtest-metrics.c48 ASSERT_EQ(0, uv_loop_configure(uv_default_loop(), UV_METRICS_IDLE_TIME)); in TEST_IMPL()
77 ASSERT_EQ(0, uv_loop_configure(&loop, UV_METRICS_IDLE_TIME)); in metrics_routine_cb()
124 ASSERT_EQ(0, uv_loop_configure(uv_default_loop(), UV_METRICS_IDLE_TIME)); in TEST_IMPL()
H A Dtest-loop-configure.c29 ASSERT(UV_ENOSYS == uv_loop_configure(&loop, UV_LOOP_BLOCK_SIGNAL, 0)); in TEST_IMPL()
31 ASSERT(0 == uv_loop_configure(&loop, UV_LOOP_BLOCK_SIGNAL, SIGPROF)); in TEST_IMPL()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmetrics.rst24 time until calling :c:type:`uv_loop_configure` with
H A Dloop.rst52 .. c:function:: int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...)
65 second argument to :c:func:`uv_loop_configure` is the signal number.
/netbsd/external/mit/libuv/dist/src/
H A Duv-common.c762 int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...) { in uv_loop_configure() function
/netbsd/external/mit/libuv/dist/include/
H A Duv.h297 UV_EXTERN int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...);
/netbsd/external/mit/libuv/dist/
H A DChangeLog3714 * test: back-port uv_loop_configure() test (Ben Noordhuis)
3823 * doc: indicate what version uv_loop_configure was added on (Saúl Ibarra
3920 * unix, windows: add uv_loop_configure() function (Ben Noordhuis)
3953 * unix, windows: add uv_loop_configure() function (Ben Noordhuis)