Home
last modified time | relevance | path

Searched refs:thread_cb (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Dtest-async-null-cb.c32 static void thread_cb(void* dummy) { in thread_cb() function
58 ASSERT_OK(uv_thread_create(&thread, thread_cb, NULL)); in TEST_IMPL()
H A Dtest-async.c38 static void thread_cb(void *arg) { in thread_cb() function
102 r = uv_thread_create(&thread, thread_cb, NULL); in prepare_cb()
H A Dbenchmark-million-async.c43 static void thread_cb(void* arg) { in thread_cb() function
102 ASSERT_OK(uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()

Completed in 5 milliseconds