Searched refs:pth (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/proc/ |
| A D | proc-tid0.c | 51 pthread_t pth; in main() local 52 pthread_create(&pth, NULL, f, NULL); in main() 53 pthread_join(pth, NULL); in main()
|
| /tools/testing/selftests/timers/ |
| A D | threadtest.c | 125 pthread_t pth[MAX_THREADS]; in main() local 170 pthread_create(&pth[i], 0, thread, 0); in main() 187 pthread_join(pth[i], &tret); in main()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_misc_tcp_hdr_options.c | 43 struct tcphdr *pth; in __check_active_hdr_in() local 111 pth = (struct tcphdr *)(&hdr.ip6 + 1); in __check_active_hdr_in() 112 if (pth->dest != passive_lport_n || pth->source != active_lport_n) in __check_active_hdr_in()
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_requeue_pi_signal_restart.c | 49 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 78 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
| A D | futex_requeue_pi.c | 72 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 101 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
Completed in 7 milliseconds