Searched refs:pth (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/tools/perf/bench/ |
D | sched-messaging.c | 193 static unsigned int group(pthread_t *pth, in group() argument 222 pth[i] = create_worker(ctx, (void *)receiver); in group() 235 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
|
/linux-4.1.27/fs/nfsd/ |
D | export.c | 325 char *pth; in svc_export_request() local 328 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 329 if (IS_ERR(pth)) { in svc_export_request() 334 qword_add(bpp, blen, pth); in svc_export_request()
|