Searched refs:pth (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | threadtest.c | 125 pthread_t pth[MAX_THREADS]; in main() local 169 pthread_create(&pth[i], 0, thread, 0); in main() 186 pthread_join(pth[i], &tret); in main()
|
/Linux-v4.19/tools/perf/bench/ |
D | sched-messaging.c | 195 static unsigned int group(pthread_t *pth, in group() argument 224 pth[i] = create_worker(ctx, (void *)receiver); in group() 237 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
|
/Linux-v4.19/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 53 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 82 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
D | futex_requeue_pi.c | 74 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 103 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
/Linux-v4.19/fs/nfsd/ |
D | export.c | 326 char *pth; in svc_export_request() local 329 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 330 if (IS_ERR(pth)) { in svc_export_request() 335 qword_add(bpp, blen, pth); in svc_export_request()
|