Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-process-title-threadsafe.c82 uv_thread_t setter_threads[4]; in TEST_IMPL() local
98 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()