Home
last modified time | relevance | path

Searched defs:thread_create (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h53 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h101 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
/f-stack/freebsd/kern/
H A Dkern_thr.c192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create() function