Searched defs:ucontext_t (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dandroid_arm_ucontext.h26 } ucontext_t; typedef in typeref:struct:ucontext
H A Dandroid_i386_ucontext.h73 } ucontext_t; typedef in typeref:struct:ucontext
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h38 // To get this, we use the ucontext_t argument to the signal-handler
40 // the signal triggered. How to get from a ucontext_t to a Program
61 #include <ucontext.h> // for ucontext_t (and also mcontext_t)
64 typedef ucontext ucontext_t; typedef
137 inline void* GetPC(const ucontext_t& signal_ucontext) {
164 // alas the arguments are different: no ucontext_t! I don't know
170 typedef int ucontext_t; typedef
173 inline void* GetPC(const struct ucontext_t& signal_ucontext) {
178 typedef struct _Unwind_Context ucontext_t; typedef in typeref:struct:_Unwind_Context
180 inline void* GetPC(const ucontext_t
[all...]
H A Dprofiler.cc52 typedef ucontext ucontext_t; typedef
54 // Do not define ucontext_t here.
56 typedef int ucontext_t; // just to quiet the compiler, mostly typedef
273 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
H A Dstacktrace_x86-inl.h46 #include <ucontext.h> // for ucontext_t
54 typedef ucontext ucontext_t; typedef
189 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
291 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h38 // To get this, we use the ucontext_t argument to the signal-handler
40 // the signal triggered. How to get from a ucontext_t to a Program
61 #include <ucontext.h> // for ucontext_t (and also mcontext_t)
64 typedef ucontext ucontext_t; typedef
134 inline void* GetPC(const ucontext_t& signal_ucontext) {
161 // alas the arguments are different: no ucontext_t! I don't know
167 typedef int ucontext_t; typedef
170 inline void* GetPC(const struct ucontext_t& signal_ucontext) {
180 inline void* GetPC(const ucontext_t& signal_ucontext) {
H A Dprofiler.cc52 typedef ucontext ucontext_t; typedef
54 typedef int ucontext_t; // just to quiet the compiler, mostly typedef
271 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
H A Dstacktrace_x86-inl.h46 #include <ucontext.h> // for ucontext_t
54 typedef ucontext ucontext_t; typedef
186 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
288 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
/external/chromium_org/v8/src/
H A Dsampler.cc42 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
77 // Not all versions of Android's C library provide ucontext_t.
94 } ucontext_t; typedef in typeref:struct:ucontext
125 } ucontext_t; typedef in typeref:struct:ucontext
143 } ucontext_t; typedef in typeref:struct:ucontext
326 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
/external/chromium/base/
H A Dprocess_util_posix.cc44 typedef void ucontext_t; typedef
112 void StackDumpSignalHandler(int signal, siginfo_t* info, ucontext_t* context) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc43 struct ucontext_t { struct
44 // The size is determined by looking at sizeof of real ucontext_t on linux.
123 ucontext_t ctx;
/external/v8/src/
H A Dplatform-linux.cc956 } ucontext_t; typedef in namespace:v8::internal
989 } ucontext_t; typedef in namespace:v8::internal
1008 } ucontext_t; typedef in namespace:v8::internal
1044 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);

Completed in 1160 milliseconds