HomeSort by relevance Sort by last modified time
    Searched full:ucontext (Results 126 - 150 of 566) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/memcheck/tests/linux/
stack_changes.c 3 #include <ucontext.h>
13 typedef struct ucontext mycontext;
  /art/runtime/arch/mips/
fault_handler_mips.cc 19 #include <sys/ucontext.h>
45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
  /art/runtime/arch/mips64/
fault_handler_mips64.cc 19 #include <sys/ucontext.h>
45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
  /system/core/libbacktrace/
BacktraceCurrent.cpp 24 #include <ucontext.h>
67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
75 if (ucontext) {
76 return UnwindFromContext(num_ignore_frames, ucontext);
111 // Indicate the ucontext is now valid.
164 // Wait for the thread to get the ucontext. The number indicates
203 BACK_LOGE("Timed out waiting for signal handler to get ucontext data.");
ThreadEntry.cpp 22 #include <ucontext.h>
128 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); local
130 memcpy(&ucontext_.uc_mcontext, &ucontext->uc_mcontext, sizeof(ucontext->uc_mcontext));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 119 typedef struct ucontext struct
122 struct ucontext *uc_link;
129 #endif /* sys/ucontext.h */
  /bionic/libc/kernel/uapi/asm-x86/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /external/valgrind/memcheck/tests/solaris/
context_stack_die.c 6 #include <ucontext.h>
  /external/valgrind/none/tests/s390x/
ex_sig.c 8 #include <ucontext.h>
  /external/valgrind/none/tests/solaris/
context_link2.c 6 #include <ucontext.h>
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /art/runtime/arch/arm/
fault_handler_arm.cc 20 #include <sys/ucontext.h>
56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context)
    [all...]
  /external/google-breakpad/src/client/mac/handler/
ucontext_compat.h 33 #include <sys/ucontext.h>
38 // <sys/ucontext.h> doesn't include the below file.
  /external/google-breakpad/src/common/android/include/
ucontext.h 36 #include <ucontext.h>
39 #include <sys/ucontext.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 59 #include <ucontext.h>
1152 ucontext_t *ucontext = (ucontext_t*)context; local
    [all...]
  /external/v8/src/profiler/
sampler.cc 22 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
26 #include <ucontext.h>
68 typedef struct ucontext { struct
70 struct ucontext* uc_link;
80 typedef struct ucontext { struct
82 struct ucontext *uc_link;
111 typedef struct ucontext { struct
113 struct ucontext* uc_link;
129 typedef struct ucontext { struct
131 struct ucontext* uc_link
146 typedef struct ucontext { struct
    [all...]

Completed in 4937 milliseconds

1 2 3 4 56 7 8 91011>>