Searched refs:pth (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/timers/ |
D | threadtest.c | 137 pthread_t pth[MAX_THREADS]; in main() local 181 pthread_create(&pth[i], 0, thread, 0); in main() 198 pthread_join(pth[i], &tret); in main()
|
/tools/perf/bench/ |
D | sched-messaging.c | 194 static unsigned int group(pthread_t *pth, in group() argument 223 pth[i] = create_worker(ctx, (void *)receiver); in group() 236 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
|
/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 52 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 81 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
D | futex_requeue_pi.c | 73 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 102 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|