Home
last modified time | relevance | path

Searched refs:SI_LWP (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c171 sip->si_code == SI_LWP) { in call_user_handler()
188 if (sip != NULL && sip->si_code == SI_LWP && aiowp != NULL) in call_user_handler()
H A Dscalls.c1037 (SI_FROMKERNEL(&info) || info.si_code == SI_LWP)) { in sigtimedwait()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in126 inline int SI_LWP = @SI_LWP@; variable
127 #pragma D binding "1.0" SI_LWP
H A Dprocfs.sed.in122 SED_REPLACE(SI_LWP)
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h133 #define SI_LWP (-1) /* user generated signal via lwp_kill() */ macro
/titanic_50/usr/src/uts/common/syscall/
H A Dlwpsys.c136 sqp->sq_info.si_code = SI_LWP; in lwp_kill()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c234 case SI_LWP: in d_siginfo()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg424 @ MSG_SI_LWP "[ SI_LWP ]"
/titanic_50/usr/src/uts/common/os/
H A Dsig.c1406 sip->si_code == SI_LWP && in psig()