Searched refs:thread_cb (Results 1 – 3 of 3) sorted by relevance
32 static void thread_cb(void* dummy) { in thread_cb() function58 ASSERT_OK(uv_thread_create(&thread, thread_cb, NULL)); in TEST_IMPL()
38 static void thread_cb(void *arg) { in thread_cb() function102 r = uv_thread_create(&thread, thread_cb, NULL); in prepare_cb()
43 static void thread_cb(void* arg) { in thread_cb() function102 ASSERT_OK(uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()
Completed in 8 milliseconds