Searched refs:uv_loop_configure (Results 1 – 7 of 7) sorted by relevance
/libuv/test/ |
H A D | test-loop-configure.c | 29 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 D | test-metrics.c | 62 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 D | metrics.rst | 62 time until calling :c:type:`uv_loop_configure` with
|
H A D | loop.rst | 22 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 D | uv-common.c | 806 int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...) { in uv_loop_configure() function
|
/libuv/include/ |
H A D | uv.h | 308 UV_EXTERN int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...);
|
/libuv/ |
H A D | ChangeLog | 4517 * 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