Home
last modified time | relevance | path

Searched refs:SLWPWRAP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c611 p->p_flag |= SLWPWRAP; in lwp_create()
627 if ((p->p_flag & SLWPWRAP) == 0) in lwp_create()
1784 p->p_flag &= ~(SHOLDFORK | SHOLDFORK1 | SHOLDWATCH | SLWPWRAP); in exitlwps()
H A Dfork.c466 cp->p_flag |= p->p_flag & SLWPWRAP; in cfork()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h509 #define SLWPWRAP 0x04000000 /* process has wrapped its lwp ids */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c216 { "SLWPWRAP", SLWPWRAP, SLWPWRAP }, in pflags()