Searched refs:threadfunc (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/tests/lib/libc/sys/ |
| 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()
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_nice.c | 44 static void *threadfunc(void *); 47 threadfunc(void *arg) in threadfunc() function 176 rv = pthread_create(&tid[i], NULL, threadfunc, &val); in ATF_TC_BODY()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | thread_events.c | 25 threadfunc (void *arg) in threadfunc() function 41 if (pthread_create (&thread, NULL, threadfunc, NULL) != 0) in main()
|
| /netbsd/src/tests/lib/libpthread/ |
| D | t_sleep.c | 48 threadfunc(void *arg) in threadfunc() function 84 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL)); in ATF_TC_BODY()
|
| 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()
|
| D | t_swapcontext.c | 68 threadfunc(void *arg) in threadfunc() function 102 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL)); in ATF_TC_BODY()
|
| D | t_name.c | 52 threadfunc(void *arg) in threadfunc() function 92 PTHREAD_REQUIRE(pthread_create(&thr, &attr, threadfunc, NULL)); in ATF_TC_BODY()
|
| D | t_barrier.c | 50 threadfunc(void *arg) in threadfunc() function 86 PTHREAD_REQUIRE(pthread_create(&new[i], NULL, threadfunc, in ATF_TC_BODY()
|
| D | t_preempt.c | 54 threadfunc(void *arg) in threadfunc() function 102 PTHREAD_REQUIRE(pthread_create(&new, NULL, threadfunc, NULL)); in ATF_TC_BODY()
|