Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_intr.c107 static struct intr_thread *ithread_create(const char *name,
111 static struct intr_thread *ithread_create(const char *name);
446 ithread_create(const char *name) in ithread_create() function
470 ithread_create(const char *name, struct intr_handler *ih) in ithread_create() function
555 it = ithread_create("intr: newborn"); in intr_event_add_handler()
625 it = ithread_create("intr: newborn", ih); in intr_event_add_handler()
637 it = ithread_create("intr: newborn", ih); in intr_event_add_handler()
/freebsd-9-stable/share/man/man9/
DMakefile744 ithread.9 ithread_create.9 \