HomeSort by relevance Sort by last modified time
    Searched refs:sigjmp (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 196 if (gcp->sigjmp) {
197 gcp->sigjmp = false;
256 glctx.sigjmp = false;
339 gcp->sigjmp = true;
349 gcp->sigjmp = false;
memtoy.h 50 bool sigjmp; /* sigsetjmp is "armed" */ member in struct:global_context
  /external/libunwind/doc/
libunwind-setjmp.tex 20 \Type{int} \Func{sigsetjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{savemask});\\
21 \Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
54 \item The contents of \Type{jmp\_buf} and \Type{sigjmp\_buf} as setup
60 \Type{sigjmp\_buf} with \Func{sigsetjmp}() and \Func{siglongjmp}().
  /external/ppp/pppd/
main.c 184 static sigjmp_buf sigjmp; variable
653 if (sigsetjmp(sigjmp, 1) == 0) {
    [all...]

Completed in 412 milliseconds