Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dproc.h91 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
/freebsd-12.1/tools/KSE/rr/
H A Drr.c377 thread_create(const void *func, int arg) in thread_create() function
/freebsd-12.1/sys/kern/
H A Dkern_thr.c192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create() function
/freebsd-12.1/tools/KSE/ksetest/
H A Dkse_threads_test.c466 thread_create(const void *func, int arg) in thread_create() function
/freebsd-12.1/contrib/sendmail/libmilter/
H A Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h223 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro