Home
last modified time | relevance | path

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

/dragonfly/test/stress/stress2/misc/
H A Dpthread.sh40 sed '1,/^EOF/d' < $odir/$0 > pth.c
41 cc -o pth -Wall pth.c -pthread
42 rm -f pth.c
47 /tmp/pth
50 rm -f /tmp/pth
/dragonfly/lib/libthread_xu/thread/
H A Dthr_kern.c120 _thr_set_sched_other_prio(pthread_t pth __unused, int prio) in _thr_set_sched_other_prio()
/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c938 char pth[MNAMELEN], hst[MNAMELEN]; in nfs_mount() local
996 error = copyinstr(path, pth, MNAMELEN-1, &len); in nfs_mount()
999 bzero(&pth[len], MNAMELEN - len); in nfs_mount()
1009 error = mountnfs(&args, mp, nam, pth, hst, &vp); in nfs_mount()
1018 char *pth, char *hst, struct vnode **vpp) in mountnfs() argument
/dragonfly/usr.bin/sort/
H A Dradixsort.c616 pthread_t pth; in run_top_sort_level() local
622 int res = pthread_create(&pth, &attr, in run_top_sort_level()
H A Dfile.c1561 pthread_t pth; in mt_sort() local
1568 int res = pthread_create(&pth, &attr, in mt_sort()