Home
last modified time | relevance | path

Searched refs:uv_is_active (Results 1 – 15 of 15) sorted by relevance

/libuv/test/
H A Dtest-active.c51 ASSERT_OK(uv_is_active((uv_handle_t*) &timer)); in TEST_IMPL()
57 ASSERT_EQ(1, uv_is_active((uv_handle_t*) &timer)); in TEST_IMPL()
63 ASSERT_OK(uv_is_active((uv_handle_t*) &timer)); in TEST_IMPL()
69 ASSERT_EQ(1, uv_is_active((uv_handle_t*) &timer)); in TEST_IMPL()
74 ASSERT_OK(uv_is_active((uv_handle_t*) &timer)); in TEST_IMPL()
H A Dtest-timer.c45 ASSERT_OK(uv_is_active(handle)); in once_close_cb()
55 ASSERT_OK(uv_is_active((uv_handle_t*) handle)); in once_cb()
69 ASSERT_OK(uv_is_active(handle)); in twice_close_cb()
78 ASSERT_OK(uv_is_active((uv_handle_t*) handle)); in twice_cb()
100 ASSERT_EQ(1, uv_is_active((uv_handle_t*) handle)); in repeat_cb()
190 ASSERT_OK(uv_is_active((uv_handle_t*) &handle)); in TEST_IMPL()
H A Dtest-poll.c277 if (!uv_is_active((uv_handle_t*) &context->timer_handle)) {
376 if (!uv_is_active((uv_handle_t*) &context->timer_handle)) {
436 ASSERT_EQ(1, uv_is_active((uv_handle_t*) handle));
438 ASSERT_OK(uv_is_active((uv_handle_t*) handle));
448 ASSERT_OK(uv_is_active((uv_handle_t*) timer));
H A Dtest-poll-multiple-handles.c96 ASSERT(uv_is_active((uv_handle_t*) &second_poll_handle)); in TEST_IMPL()
H A Dtest-close-fd.c76 ASSERT_OK(uv_is_active((const uv_handle_t *) &pipe_handle)); in TEST_IMPL()
H A Dtest-timer-again.c80 ASSERT_OK(uv_is_active((uv_handle_t*) handle)); in repeat_2_cb()
H A Dtest-fs-poll.c107 ASSERT_EQ(1, uv_is_active((uv_handle_t*) handle)); in poll_cb()
H A Dtest-fs-event.c1161 ASSERT_OK(uv_is_active((uv_handle_t*) &fs_event)); in TEST_IMPL()
1164 ASSERT_OK(uv_is_active((uv_handle_t*) &fs_event)); in TEST_IMPL()
H A Dtest-spawn.c195 ASSERT_OK(uv_is_active((uv_handle_t*) &process)); in TEST_IMPL()
215 ASSERT_OK(uv_is_active((uv_handle_t*) &process)); in TEST_IMPL()
1365 ASSERT_OK(uv_is_active((uv_handle_t*) &process)); in TEST_IMPL()
1454 ASSERT_OK(uv_is_active((uv_handle_t*) &process)); in TEST_IMPL()
/libuv/src/
H A Dfs-poll.c75 if (uv_is_active((uv_handle_t*)handle)) in uv_fs_poll_start()
119 if (!uv_is_active((uv_handle_t*)handle)) in uv_fs_poll_stop()
129 if (uv_is_active((uv_handle_t*)&ctx->timer_handle)) in uv_fs_poll_stop()
142 if (!uv_is_active((uv_handle_t*)handle)) { in uv_fs_poll_getpath()
194 if (!uv_is_active((uv_handle_t*)handle) || uv__is_closing(handle)) in poll_cb()
220 if (!uv_is_active((uv_handle_t*)handle) || uv__is_closing(handle)) { in poll_cb()
/libuv/src/win/
H A Dhandle.c61 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() function
/libuv/docs/src/
H A Dhandle.rst115 .. c:function:: int uv_is_active(const uv_handle_t* handle)
285 All handles are referenced when active by default, see :c:func:`uv_is_active`
/libuv/src/unix/
H A Dcore.c498 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() function
/libuv/include/
H A Duv.h496 UV_EXTERN int uv_is_active(const uv_handle_t* handle);
/libuv/
H A DChangeLog5508 * include: update uv_is_active() documentation (Ben Noordhuis)

Completed in 51 milliseconds