Searched refs:tls_thread (Results 1 – 1 of 1) sorted by relevance
196 static void tls_thread(void* arg) { in tls_thread() function212 ASSERT(0 == uv_thread_create(threads + 0, tls_thread, threads + 0)); in TEST_IMPL()213 ASSERT(0 == uv_thread_create(threads + 1, tls_thread, threads + 1)); in TEST_IMPL()