Searched refs:thread_main (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Djoin_detach.d6 void thread_main ()
13 auto th = new Thread(&thread_main);
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-eintr-handling.c49 static void thread_main(void* arg) { function
77 ASSERT(0 == uv_thread_create(&thread, thread_main, &ctx));
H A Dtest-embed.c36 static void thread_main(void* arg) { function
55 ASSERT_EQ(0, uv_thread_create(&thread, thread_main, NULL));
H A Dtest-pipe-set-non-blocking.c29 static void thread_main(void* arg) { function
88 ASSERT(0 == uv_thread_create(&thread, thread_main, &ctx));
H A Dtest-fs.c3617 static void thread_main(void* arg) { function
3701 ASSERT(0 == uv_thread_create(&thread, thread_main, &ctx));

Completed in 225 milliseconds