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

1 2

  /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.6/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.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'.
  /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/main/memcheck/tests/linux/
stack_changes.c 10 // This test is checking the libc context calls (setcontext, etc.) and
23 setcontext(newc);
  /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); \
  /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 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/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/libsepol/tests/policies/test-cond/
refpolicy-base.conf 541 setcontext
    [all...]

Completed in 547 milliseconds

1 2