Searched refs:_SigSetStack (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | sigtab_linux_generic.go | 42 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */ 43 /* 33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */ 44 /* 34 */ {_SigSetStack + _SigUnblock, "signal 34"}, /* musl SIGSYNCCALL; see issue 39343 */
|
D | sigtab_linux_mipsx.go | 42 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */ 43 /* 33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */ 44 /* 34 */ {_SigSetStack + _SigUnblock, "signal 34"}, /* musl SIGSYNCCALL; see issue 39343 */
|
D | signal_solaris.go | 44 …/* 36 */ {_SigSetStack + _SigUnblock, "SIGCANCEL: reserved signal for thread cancellation"}, // Or…
|
D | runtime2.go | 903 …_SigSetStack // Don't explicitly install handler, but add SA_ONSTACK to existing libc … const
|
D | signal_unix.go | 173 if t.flags&_SigSetStack != 0 {
|