HomeSort by: relevance | last modified time | path
    Searched defs:check_cb (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-async-null-cb.c 38 static void check_cb(uv_check_t* handle) { function
57 ASSERT_OK(uv_check_start(&check_handle, check_cb));
test-timer-from-check.c 52 static void check_cb(uv_check_t* handle) { function
67 ASSERT_OK(uv_check_start(&check_handle, check_cb));
test-close-order.c 40 /* check_cb should run before any close_cb */
41 static void check_cb(uv_check_t* handle) { function
62 uv_check_start(&check_handle, check_cb);
test-idle.c 63 static void check_cb(uv_check_t* handle) { function
67 fprintf(stderr, "check_cb %d\n", check_cb_called);
82 r = uv_check_start(&check_handle, check_cb);
112 ASSERT_OK(uv_check_start(&check_handle, check_cb));
test-udp-recv-in-a-row.c 65 static void check_cb(uv_check_t* handle) { function
90 ASSERT_OK(uv_check_start(&check_handle, check_cb));
118 /* check_cb() asserts that the N packets can be received
test-tcp-unexpected-read.c 36 static void check_cb(uv_check_t* handle) { function
97 ASSERT_OK(uv_check_start(&check_handle, check_cb));
test-loop-handles.c 206 static void check_cb(uv_check_t* handle) { function
209 fprintf(stderr, "%s", "CHECK_CB\n");
292 r = uv_check_start(&check_handle, check_cb);
300 /* initialize only, idle_1 handles are started by check_cb */

Completed in 25 milliseconds