Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-loop-configure.c29 ASSERT_EQ(UV_ENOSYS, uv_loop_configure(&loop, UV_LOOP_BLOCK_SIGNAL, 0)); in TEST_IMPL()
31 ASSERT_OK(uv_loop_configure(&loop, UV_LOOP_BLOCK_SIGNAL, SIGPROF)); in TEST_IMPL()
H A Dtest-metrics.c62 ASSERT_OK(uv_loop_configure(uv_default_loop(), UV_METRICS_IDLE_TIME)); in TEST_IMPL()
91 ASSERT_OK(uv_loop_configure(&loop, UV_METRICS_IDLE_TIME)); in metrics_routine_cb()
139 ASSERT_OK(uv_loop_configure(uv_default_loop(), UV_METRICS_IDLE_TIME)); in TEST_IMPL()
322 ASSERT_OK(uv_loop_configure(uv_default_loop(), UV_METRICS_IDLE_TIME)); in TEST_IMPL()
/libuv/docs/src/
H A Dmetrics.rst62 time until calling :c:type:`uv_loop_configure` with
H A Dloop.rst22 See :c:func:`uv_loop_configure`.
65 .. c:function:: int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...)
78 second argument to :c:func:`uv_loop_configure` is the signal number.
/libuv/src/
H A Duv-common.c806 int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...) { in uv_loop_configure() function
/libuv/include/
H A Duv.h308 UV_EXTERN int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...);
/libuv/
H A DChangeLog4517 * test: back-port uv_loop_configure() test (Ben Noordhuis)
4626 * doc: indicate what version uv_loop_configure was added on (Saúl Ibarra
4723 * unix, windows: add uv_loop_configure() function (Ben Noordhuis)
4756 * unix, windows: add uv_loop_configure() function (Ben Noordhuis)

Completed in 34 milliseconds