Searched refs:pth (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/tools/testing/selftests/timers/ |
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()
|
/Linux-v5.4/tools/perf/bench/ |
D | sched-messaging.c | 192 static unsigned int group(pthread_t *pth, in group() argument 221 pth[i] = create_worker(ctx, (void *)receiver); in group() 234 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
|
/Linux-v5.4/tools/testing/selftests/futex/functional/ |
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()
|
D | futex_requeue_pi.c | 70 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 99 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
/Linux-v5.4/fs/nfsd/ |
D | export.c | 339 char *pth; in svc_export_request() local 342 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 343 if (IS_ERR(pth)) { in svc_export_request() 348 qword_add(bpp, blen, pth); in svc_export_request()
|