HomeSort by: relevance | last modified time | path
    Searched defs:xc_thread (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_xcall.c 120 static void xc_thread(void *);
246 error = kthread_create(PRI_XCALL, KTHREAD_MPSAFE, ci, xc_thread,
434 * xc_thread:
439 xc_thread(void *cookie) function in typeref:typename:void

Completed in 46 milliseconds