Searched refs:threadfunc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_nice.c | 44 static void *threadfunc(void *); 47 threadfunc(void *arg) in threadfunc() function 196 rv = pthread_create(&tid[i], NULL, threadfunc, &pri); in ATF_TC_BODY() 198 rv = pthread_create(&tid[i], NULL, threadfunc, &val); in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_getpid.c | 43 static void *threadfunc(void *); 46 threadfunc(void *arg) in threadfunc() function 116 rv = pthread_create(&tid, NULL, threadfunc, &tpid); in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_sleep.c | 48 threadfunc(void *arg) in threadfunc() function 84 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL)); in ATF_TC_BODY()
|
| H A D | t_swapcontext.c | 74 threadfunc(void *arg) in threadfunc() function 117 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL)); in ATF_TC_BODY()
|
| H A D | t_name.c | 52 threadfunc(void *arg) in threadfunc() function 92 PTHREAD_REQUIRE(pthread_create(&thr, &attr, threadfunc, NULL)); in ATF_TC_BODY()
|
| H A D | t_sem.c | 231 threadfunc(void *arg) in threadfunc() function 268 PTHREAD_REQUIRE(pthread_create(&t, NULL, threadfunc, NULL)); in before_start_test() 271 threadfunc(NULL); in before_start_test()
|
| H A D | t_preempt.c | 54 threadfunc(void *arg) in threadfunc() function 102 PTHREAD_REQUIRE(pthread_create(&new, NULL, threadfunc, NULL)); in ATF_TC_BODY()
|
| H A D | t_barrier.c | 50 threadfunc(void *arg) in threadfunc() function 86 PTHREAD_REQUIRE(pthread_create(&new[i], NULL, threadfunc, in ATF_TC_BODY()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | sem_post.sh | 46 threadfunc(void *data __unused) { 72 r = pthread_create(&mythread, NULL, threadfunc, NULL);
|
| /freebsd-14.2/lib/libthr/tests/ |
| H A D | pthread_sigqueue_test.c | 65 threadfunc(void *arg __unused) in threadfunc() function 99 error = pthread_create(&thr[i], NULL, threadfunc, NULL); in ATF_TC_BODY()
|