Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/compat/opensolaris/sys/
Dproc.h66 thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in thread_create() function
/freebsd-9-stable/tools/KSE/rr/
Drr.c377 thread_create(const void *func, int arg) in thread_create() function
/freebsd-9-stable/tools/KSE/ksetest/
Dkse_threads_test.c466 thread_create(const void *func, int arg) in thread_create() function
/freebsd-9-stable/contrib/sendmail/libmilter/
Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
/freebsd-9-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
Dzfs_context.h212 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro