Searched refs:subthreads (Results 1 – 1 of 1) sorted by relevance
26 uv_thread_t subthreads[2]; variable45 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()49 ASSERT(0 == uv_thread_equal(subthreads + 0, subthreads + 1)); in TEST_IMPL()