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

1 2 3

  /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/valgrind/none/tests/solaris/
context_link.c 32 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/compiler-rt/test/lsan/TestCases/
guard-page.c 44 setcontext(&ctx);
45 die("setcontext", 0);
  /external/valgrind/memcheck/tests/linux/
stack_changes.c 10 // This test is checking the libc context calls (setcontext, etc.) and
23 setcontext(newc);
  /external/linux-kselftest/tools/testing/selftests/sigaltstack/
sas.c 95 setcontext(&sc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
  /external/python/cpython2/Lib/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 157 mh.setcontext('wide')
162 mh.setcontext('inbox')
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 446 setcontext
  /system/sepolicy/private/
access_vectors 450 setcontext
  /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 313 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
315 setcontext (uc);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 452 // setcontext
  /prebuilts/go/linux-x86/src/syscall/
syscall_netbsd.go 452 // setcontext
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]

Completed in 421 milliseconds

1 2 3