Searched refs:tls_thread (Results 1 – 1 of 1) sorted by relevance
192 static void tls_thread(void* arg) { in tls_thread() function208 ASSERT_OK(uv_thread_create(threads + 0, tls_thread, threads + 0)); in TEST_IMPL()209 ASSERT_OK(uv_thread_create(threads + 1, tls_thread, threads + 1)); in TEST_IMPL()
Completed in 4 milliseconds