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

  /src/sys/kern/
uipc_usrreq.c 193 static void unp_thread(void *);
232 error = kthread_create(PRI_NONE, KTHREAD_MPSAFE, NULL, unp_thread,
1859 unp_thread(void *cookie) function in typeref:typename:void
1865 panic("unp_thread");

Completed in 16 milliseconds