Searched refs:check_thread (Results 1 – 1 of 1) sorted by relevance
28 static void check_thread(void* arg) { in check_thread() function45 ASSERT(0 == uv_thread_create(threads + 0, check_thread, subthreads + 0)); in TEST_IMPL()46 ASSERT(0 == uv_thread_create(threads + 1, check_thread, subthreads + 1)); in TEST_IMPL()