/src/sys/kern/ |
kern_kthread.c | 61 * kthread_create: create a kernel thread, that is, system-only LWP. 64 kthread_create(pri_t pri, int flag, struct cpu_info *ci, function in typeref:typename:int
|
/src/sys/rump/librump/rumpkern/ |
threads.c | 138 kthread_create(pri_t pri, int flags, struct cpu_info *ci, function in typeref:typename:int
|
/src/sys/dev/pci/ |
xmm7360.c | 243 #define kthread_create(func, arg, lwpp, name) \ macro 244 kthread_create(0, 0, NULL, func, arg, lwpp, "%s", name) 2372 kthread_create(wwanc_defer_resume, self, NULL, "wwancres");
|