Searched defs:thread_create (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 38 * thread_create() blocks for memory if necessary. It never fails. 42 thread_create( function 67 cmn_err(CE_PANIC, "thread_create: invalid state"); 74 cmn_err(CE_PANIC, "thread_create failed, rc=%d", rc); 115 t = thread_create(stk, stksize, func, arg, len, NULL, TS_RUN, pri);
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 279 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_STOPPED, -1); 301 (void) thread_create(NULL, 0, (void (*)())thread_reaper, 306 * thread_create() is available. 317 * thread_create() blocks for memory if necessary. It never fails. 323 thread_create( function 373 cmn_err(CE_PANIC, "thread_create: proposed stack size" 419 * p_cred could be NULL if it thread_create is called before cred_init 556 cmn_err(CE_PANIC, "thread_create: invalid state %d", state); 1368 tp = thread_create(NULL, 0, 1377 * We cannot call thread_create wit [all...] |
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 182 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
|
Completed in 84 milliseconds