Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-embed.c36 static void thread_main(void* arg) { in thread_main() function
55 ASSERT_OK(uv_thread_create(&thread, thread_main, NULL)); in TEST_IMPL()
H A Dtest-eintr-handling.c49 static void thread_main(void* arg) { in thread_main() function
77 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx)); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c29 static void thread_main(void* arg) { in thread_main() function
88 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx)); in TEST_IMPL()
H A Dtest-fs.c3748 static void thread_main(void* arg) { in thread_main() function
3832 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx)); in test_fs_partial()

Completed in 15 milliseconds