Home
last modified time | relevance | path

Searched refs:T_TALLOCSTK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h373 #define T_TALLOCSTK 0x0008 /* thread structure allocated from stk */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c393 t->t_flag |= T_TALLOCSTK; in thread_create()
715 boolean_t allocstk = (t->t_flag & T_TALLOCSTK); in thread_free()