Home
last modified time | relevance | path

Searched refs:T_TOMASK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigsuspend.c58 curthread->t_flag |= T_TOMASK; in sigsuspend()
H A Dpoll.c367 t->t_flag |= T_TOMASK; in poll_common()
617 t->t_flag &= ~T_TOMASK; in poll_common()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1316 if (t->t_flag & T_TOMASK) { /* sigsuspend or pollsys */ in psig()
1317 t->t_flag &= ~T_TOMASK; in psig()
1338 if (t->t_flag & T_TOMASK) { /* sigsuspend or pollsys */ in psig()
1339 t->t_flag &= ~T_TOMASK; in psig()
1419 if (t->t_flag & T_TOMASK) in psig()
1420 t->t_flag &= ~T_TOMASK; in psig()
2670 if (t->t_flag & T_TOMASK) in realsigprof_fast()
2671 t->t_flag &= ~T_TOMASK; in realsigprof_fast()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1114 t->t_flag &= ~T_TOMASK; \
1269 t->t_flag |= T_TOMASK; in dpioctl()
1286 t->t_flag &= ~T_TOMASK; in dpioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h372 #define T_TOMASK 0x0004 /* use lwp_sigoldmask on return from signal */ macro