Searched refs:onstack (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_clean.c53 new->onstack = 0;
71 if (old->onstack == 0)
H A Dthr_sig.c440 int onstack; local
479 onstack = _thr_sigonstack(&sigfunc);
482 ? SS_DISABLE : ((onstack) ? SS_ONSTACK : 0);
495 if (sa_flags & SA_ONSTACK && !onstack)
H A Dthr_private.h422 int onstack; member in struct:pthread_cleanup
430 __cup.onstack = 1; \
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c102 static int onstack; /* the top of stack */ variable
150 /* push onstack on to the stack */
155 stack[stackptr++] = onstack;
160 /* pop the top of the stack into onstack */
163 if (onstack == 0)
166 onstack = 0;
168 onstack = stack[--stackptr];
243 if (onstack == parm) {
253 if (onstack != 0)
256 onstack
[all...]
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_signal.c532 int error, onstack; local
538 onstack = sigonstack(cpu_getstack(td));
540 svr4_getcontext(td, &uc, &td->td_sigmask, onstack);
/freebsd-10-stable/sys/arm/arm/
H A Dmachdep.c211 int onstack; local
223 onstack = sigonstack(tf->tf_usr_sp);
229 if ((td->td_pflags & TDP_ALTSTACK) != 0 && !(onstack) &&
249 ? ((onstack) ? SS_ONSTACK : 0) : SS_DISABLE;
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c246 int onstack; member in struct:gcc_ucontext

Completed in 130 milliseconds