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

/linux-4.4.14/tools/testing/selftests/timers/
H A Dthreadtest.c137 pthread_t pth[MAX_THREADS]; main() local
181 pthread_create(&pth[i], 0, thread, 0); main()
198 pthread_join(pth[i], &tret); main()
/linux-4.4.14/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c52 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, create_rt_thread() argument
81 ret = pthread_create(pth, &attr, func, arg); create_rt_thread()
H A Dfutex_requeue_pi.c73 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, create_rt_thread() argument
102 ret = pthread_create(pth, &attr, func, arg); create_rt_thread()
/linux-4.4.14/tools/perf/bench/
H A Dsched-messaging.c193 static unsigned int group(pthread_t *pth, group() argument
222 pth[i] = create_worker(ctx, (void *)receiver); group()
235 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); group()
/linux-4.4.14/fs/nfsd/
H A Dexport.c325 char *pth; svc_export_request() local
328 pth = d_path(&exp->ex_path, *bpp, *blen); svc_export_request()
329 if (IS_ERR(pth)) { svc_export_request()
334 qword_add(bpp, blen, pth); svc_export_request()

Completed in 322 milliseconds