/src/tests/lib/libpthread/ |
t_sleep.c | 48 threadfunc(void *arg) function in typeref:typename:void * 84 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
|
t_barrier.c | 50 threadfunc(void *arg) function in typeref:typename:void * 86 PTHREAD_REQUIRE(pthread_create(&new[i], NULL, threadfunc,
|
t_name.c | 52 threadfunc(void *arg) function in typeref:typename:void * 92 PTHREAD_REQUIRE(pthread_create(&thr, &attr, threadfunc, NULL));
|
t_preempt.c | 54 threadfunc(void *arg) function in typeref:typename:void * 102 PTHREAD_REQUIRE(pthread_create(&new, NULL, threadfunc, NULL));
|
t_swapcontext.c | 68 threadfunc(void *arg) function in typeref:typename:void * 102 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
|
t_sem.c | 231 threadfunc(void *arg) function in typeref:typename:void * 268 PTHREAD_REQUIRE(pthread_create(&t, NULL, threadfunc, NULL)); 271 threadfunc(NULL);
|
/src/tests/lib/libc/gen/ |
t_nice.c | 44 static void *threadfunc(void *); 47 threadfunc(void *arg) function in typeref:typename:void * 176 rv = pthread_create(&tid[i], NULL, threadfunc, &val);
|
/src/tests/lib/libc/sys/ |
t_getpid.c | 43 static void *threadfunc(void *); 46 threadfunc(void *arg) function in typeref:typename:void * 116 rv = pthread_create(&tid, NULL, threadfunc, &tpid);
|