Lines Matching defs:thread_create
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(
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 with TS_FREE because of the current
1378 * checks there for ONPROC. Fix this when thread_create takes flags.
1898 * Stack grows up or down, see thread_create(),
1967 * Stack grows up or down, see thread_create(),