Searched refs:uv_is_active (Results 1 – 15 of 15) sorted by relevance
51 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()
45 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()
277 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));
96 ASSERT(uv_is_active((uv_handle_t*) &second_poll_handle)); in TEST_IMPL()
76 ASSERT_OK(uv_is_active((const uv_handle_t *) &pipe_handle)); in TEST_IMPL()
80 ASSERT_OK(uv_is_active((uv_handle_t*) handle)); in repeat_2_cb()
107 ASSERT_EQ(1, uv_is_active((uv_handle_t*) handle)); in poll_cb()
1161 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()
195 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()
75 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()
61 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() function
115 .. 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`
498 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() function
497 UV_EXTERN int uv_is_active(const uv_handle_t* handle);
5557 * include: update uv_is_active() documentation (Ben Noordhuis)
Completed in 49 milliseconds