Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-thread-equal.c28 static void check_thread(void* arg) { in check_thread() function
45 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()