Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-thread-equal.c26 uv_thread_t subthreads[2]; variable
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()
49 ASSERT(0 == uv_thread_equal(subthreads + 0, subthreads + 1)); in TEST_IMPL()