Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libfakekernel/common/
H A Dthread.c42 thread_create( in thread_create() function
/titanic_50/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c323 thread_create( in thread_create() function
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h183 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro