Searched defs:thread_create (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | thread.h | 52 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | proc.h | 98 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
|
/freebsd/sys/kern/ |
H A D | kern_thr.c | 193 thread_create(struct thread *td, struct rtprio *rtp, thread_create() function
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | libmilter.h | 131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
|