Searched refs:threadfunc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getpid.c43 static void *threadfunc(void *);
46 threadfunc(void *arg) function
116 rv = pthread_create(&tid, NULL, threadfunc, &tpid);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_nice.c44 static void *threadfunc(void *);
47 threadfunc(void *arg) function
196 rv = pthread_create(&tid[i], NULL, threadfunc, &pri);
198 rv = pthread_create(&tid[i], NULL, threadfunc, &val);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_barrier.c50 threadfunc(void *arg) function
86 PTHREAD_REQUIRE(pthread_create(&new[i], NULL, threadfunc,
H A Dt_name.c52 threadfunc(void *arg) function
92 PTHREAD_REQUIRE(pthread_create(&thr, &attr, threadfunc, NULL));
H A Dt_sleep.c48 threadfunc(void *arg) function
84 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
H A Dt_swapcontext.c74 threadfunc(void *arg) function
108 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
H A Dt_preempt.c54 threadfunc(void *arg) function
102 PTHREAD_REQUIRE(pthread_create(&new, NULL, threadfunc, NULL));
H A Dt_sem.c231 threadfunc(void *arg) function
268 PTHREAD_REQUIRE(pthread_create(&t, NULL, threadfunc, NULL));
271 threadfunc(NULL);

Completed in 66 milliseconds