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

1 2 3 4

  /external/valgrind/none/tests/solaris/
context_link2.c 13 getcontext(&uc2);
23 if (getcontext(&uc)) {
24 perror("getcontext");
43 getcontext(&uc);
context_link.c 19 getcontext(&uc);
  /external/google-breakpad/src/common/android/include/
ucontext.h 48 #define getcontext(x) breakpad_getcontext(x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROWNL;
  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 33 getcontext(&child_context);
guard-page.c 36 if (getcontext(&ctx) < 0)
37 die("getcontext", 0);
  /external/libunwind/include/
libunwind-ia64.h 165 # define unw_tdep_getcontext getcontext
167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-hppa.h 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-sh.h 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
libunwind-mips.h 150 /* There is no getcontext() on MIPS. Use a stub version which only saves GP
153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
libunwind-ppc32.h 188 using the "getcontext" name just because it's using libunwind. We
191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
libunwind-x86.h 183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
libunwind-x86_64.h 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
  /external/ltp/testcases/kernel/syscalls/
Makefile 28 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \
38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
  /external/ltp/testcases/kernel/syscalls/getcontext/
getcontext01.c 40 TEST(getcontext(&ptr));
44 tst_resm(TCONF, "getcontext not implemented in libc");
46 tst_resm(TFAIL | TTERRNO, "getcontext failed");
48 tst_resm(TPASS, "getcontext passed");
84 #else /* systems that dont support obsolete getcontext */
87 tst_brkm(TCONF, NULL, "system doesn't have getcontext support");
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 52 getcontext(&child_context);
swapcontext_annotation.cc 83 getcontext(&next_child_context);
100 getcontext(&child_context);
  /external/libunwind/src/arm/
getcontext.S 32 @ This is a stub version of getcontext() for ARM which only stores core
  /external/libunwind/src/mips/
getcontext-android.S 52 # This is a stub version of getcontext() for MIPS which only stores core
getcontext.S 53 # This is a stub version of getcontext() for MIPS which only stores core
  /external/valgrind/memcheck/tests/linux/
stack_changes.c 31 if (getcontext(uc) == -1) {
32 //perror("getcontext");
33 printf("getcontext() doesn't seem to work\n");
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_solaris_amd64.c 21 if (getcontext(&ctx) != 0)
22 perror("runtime/cgo: getcontext failed");
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_solaris_amd64.c 21 if (getcontext(&ctx) != 0)
22 perror("runtime/cgo: getcontext failed");
  /external/libunwind/doc/
unw_getcontext.tex 33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the
36 initialized by \Func{getcontext()} is expected. The reason for this

Completed in 625 milliseconds

1 2 3 4