Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h52 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h98 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
/freebsd/sys/kern/
H A Dkern_thr.c193 thread_create(struct thread *td, struct rtprio *rtp, thread_create() function
/freebsd/contrib/sendmail/libmilter/
H A Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro