Searched refs:UC_STACK (Results 1 – 13 of 13) sorted by relevance
124 #define UC_STACK 0x02 macro135 #define UC_ALL (UC_SIGMASK|UC_STACK|UC_MCONTEXT)
130 #define UC_STACK 0x02 macro143 #define UC_ALL (UC_SIGMASK|UC_STACK|UC_MCONTEXT)
51 uc.uc_flags = UC_STACK | UC_SIGMASK;111 uc.uc_flags = UC_STACK;
140 #define UC_STACK 002 macro
142 if (ucp->uc_flags & UC_STACK) { in restorecontext()233 if ((uc.uc_flags & UC_STACK) && (lwp->lwp_ustack != 0)) in getsetcontext()360 if ((uc.uc_flags & UC_STACK) && (lwp->lwp_ustack != 0)) in getsetcontext32()
50 uc.uc_flags = UC_STACK | UC_SIGMASK;
50 uc.uc_flags = UC_STACK;
63 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
60 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
134 if (ucp->uc_flags & UC_STACK) { in restorecontext()315 if ((uc.uc_flags & UC_STACK) && (lwp->lwp_ustack != 0)) { in getsetcontext()573 if ((uc.uc_flags & UC_STACK) && (lwp->lwp_ustack != 0)) { in getsetcontext32()
188 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp()
230 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp()
102 { "UC_STACK", UC_STACK, UC_STACK },