Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-thread.c196 static void tls_thread(void* arg) { in tls_thread() function
212 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()