Searched refs:pth (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/proc/
H A Dproc-tid0.c51 pthread_t pth; local
52 pthread_create(&pth, NULL, f, NULL);
53 pthread_join(pth, NULL);
/linux-master/tools/testing/selftests/timers/
H A Dthreadtest.c125 pthread_t pth[MAX_THREADS]; local
170 pthread_create(&pth[i], 0, thread, 0);
187 pthread_join(pth[i], &tret);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c49 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, argument
78 ret = pthread_create(pth, &attr, func, arg);
H A Dfutex_requeue_pi.c72 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, argument
101 ret = pthread_create(pth, &attr, func, arg);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c43 struct tcphdr *pth; local
111 pth = (struct tcphdr *)(&hdr.ip6 + 1);
112 if (pth->dest != passive_lport_n || pth->source != active_lport_n)
/linux-master/fs/nfsd/
H A Dexport.c377 char *pth; local
380 pth = d_path(&exp->ex_path, *bpp, *blen);
381 if (IS_ERR(pth)) {
386 qword_add(bpp, blen, pth);

Completed in 231 milliseconds