Searched refs:setter_threads (Results 1 – 1 of 1) sorted by relevance
82 uv_thread_t setter_threads[4]; in TEST_IMPL() local98 for (i = 0; i < (int) ARRAY_SIZE(setter_threads); i++) in TEST_IMPL()99 ASSERT(0 == uv_thread_create(&setter_threads[i], setter_thread_body, NULL)); in TEST_IMPL()101 for (i = 0; i < (int) ARRAY_SIZE(setter_threads); i++) in TEST_IMPL()102 ASSERT(0 == uv_thread_join(&setter_threads[i])); in TEST_IMPL()