Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Duipc_usrreq.c190 static void unp_thread(void *);
229 error = kthread_create(PRI_NONE, KTHREAD_MPSAFE, NULL, unp_thread, in uipc_init()
1855 unp_thread(void *cookie) in unp_thread() function