Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-thread.c192 static void tls_thread(void* arg) { in tls_thread() function
208 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