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

/freebsd-11.0-release/tools/regression/kthread/kld/
H A Dkthrdlk.c131 struct proc *testproc; local
138 testproc = NULL;
139 error = kproc_kthread_add(thr_getsuspended, NULL, &testproc, &newthr,
144 error = kproc_kthread_add(thr_resumer, newthr, &testproc, NULL, 0, 0,
149 error = kproc_kthread_add(thr_suspender, newthr, &testproc, NULL, 0, 0,

Completed in 51 milliseconds