HomeSort by relevance Sort by last modified time
    Searched refs:setcontext (Results 1 - 21 of 21) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
44 the next time in `setcontext' or `swapcontext'.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ucontext.h 35 extern int setcontext (__const ucontext_t *__ucp) __THROWNL;
44 the next time in `setcontext' or `swapcontext'.
  /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/valgrind/memcheck/tests/linux/
stack_changes.c 10 // This test is checking the libc context calls (setcontext, etc.) and
23 setcontext(newc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
test_decimal.py 61 setcontext(DefaultTestContext)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
test_decimal.py 61 setcontext(DefaultTestContext)
    [all...]
  /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 309 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
311 setcontext (uc);
  /external/libunwind/
Android.mk 210 src/x86_64/setcontext.S \
  /external/sepolicy/
access_vectors 702 setcontext
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 43 >>> setcontext(ExtendedContext)
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
414 def setcontext(context): function
455 def setcontext(context, _local=local): function
484 >>> setcontext(DefaultContext)
    [all...]
mhlib.py 15 mh.setcontext(name) # set name of current folder
137 def setcontext(self, context): member in class:MH
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 43 >>> setcontext(ExtendedContext)
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
414 def setcontext(context): function
455 def setcontext(context, _local=local): function
484 >>> setcontext(DefaultContext)
    [all...]
mhlib.py 15 mh.setcontext(name) # set name of current folder
137 def setcontext(self, context): member in class:MH
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 541 setcontext
    [all...]

Completed in 403 milliseconds