HomeSort by: relevance | last modified time | path
    Searched defs:thread_main (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-embed.c 36 static void thread_main(void* arg) { function
55 ASSERT_OK(uv_thread_create(&thread, thread_main, NULL));
test-eintr-handling.c 49 static void thread_main(void* arg) { function
77 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx));
test-pipe-set-non-blocking.c 29 static void thread_main(void* arg) { function
88 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx));
test-fs.c 3929 static void thread_main(void* arg) { function
4013 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx));

Completed in 20 milliseconds