Searched refs:tmain (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/regress/sys/kern/main-thread-exited/
H A Dmain-thread-exited.c17 tmain(void *arg) function
46 if ((r = pthread_create(&t, NULL, tmain, NULL)))
/openbsd-current/regress/lib/libpthread/earlysig/
H A Dearlysig.c29 void *tmain(void *arg) function
45 if ((r = pthread_create(&tid, NULL, tmain, NULL)))
/openbsd-current/regress/lib/libpthread/errno/
H A Derrno.c83 tmain(void *arg) function
162 CHECKr(pthread_create(&t1_tid, NULL, tmain, NULL));

Completed in 175 milliseconds