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

  /external/libunwind/src/hppa/
unwind_i.h 39 #define setcontext UNW_ARCH_OBJ (setcontext) macro
45 extern int setcontext (const ucontext_t *ucp);
Gresume.c 75 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
76 setcontext (uc);
  /external/libunwind/src/x86_64/
unwind_i.h 60 #define setcontext UNW_ARCH_OBJ (setcontext) macro
82 extern int setcontext (const ucontext_t *ucp);
Gresume.c 54 Debug (8, "resuming at ip=%llx via setcontext()\n",
56 setcontext (uc);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nec.h 100 setcontext(uc); \
_sony.h 91 setcontext(uc); \
_reliantunix.h 74 * So we'll use our homegrown, getcontext/setcontext-compatible stuff which
75 * will save us the getcontext/setcontext system calls at each context switch.
92 #define _SETCONTEXT setcontext
219 ** setcontext()...
_solaris.h 607 setcontext(uc); \
686 setcontext(uc); \
  /external/libunwind/src/ia64/
Gresume.c 161 setcontext (c->as_arg); /* should not return */
  /external/libunwind/src/x86/
Gos-freebsd.c 347 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
348 setcontext (uc);
Gos-linux.c 306 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
308 setcontext (uc);
  /external/libunwind/
Android.mk 187 src/x86_64/setcontext.S \
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 541 setcontext
    [all...]

Completed in 229 milliseconds