Searched refs:thr_resumer (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/tools/regression/kthread/kld/
H A Dkthrdlk.c88 thr_resumer(void *arg) function
144 error = kproc_kthread_add(thr_resumer, newthr, &testproc, NULL, 0, 0,
145 "kthrdlk", "thr_resumer");
147 panic("cannot start thr_resumer error: %d\n", error);

Completed in 61 milliseconds