Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_xcall.c120 static void xc_thread(void *);
246 error = kthread_create(PRI_XCALL, KTHREAD_MPSAFE, ci, xc_thread, in xc_init_cpu()
439 xc_thread(void *cookie) in xc_thread() function