OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucontext_t
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/sandbox/linux/services/
android_arm_ucontext.h
26
}
ucontext_t
;
typedef in typeref:struct:ucontext
android_i386_ucontext.h
73
}
ucontext_t
;
typedef in typeref:struct:ucontext
/external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h
38
// 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
& signal_ucontext)
[
all
...]
profiler.cc
52
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));
stacktrace_x86-inl.h
46
#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/
getpc.h
38
// 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) {
stacktrace_x86-inl.h
46
#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)
profiler.cc
52
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));
/system/core/libcorkscrew/arch-mips/
backtrace-mips.c
55
}
ucontext_t
;
typedef in typeref:struct:ucontext
159
const
ucontext_t
* uc = (const
ucontext_t
*)sigcontext;
/system/core/libcorkscrew/arch-arm/
backtrace-arm.c
66
/* Old versions of the Android <signal.h> didn't define
ucontext_t
. */
76
}
ucontext_t
;
typedef in typeref:struct:ucontext
558
const
ucontext_t
* uc = (const
ucontext_t
*)sigcontext;
/external/chromium/base/
process_util_posix.cc
44
typedef void
ucontext_t
;
typedef
112
void StackDumpSignalHandler(int signal, siginfo_t* info,
ucontext_t
* context) {
[
all
...]
/external/chromium_org/v8/src/
sampler.cc
42
// 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);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h
143
}
ucontext_t
;
typedef in typeref:struct:ucontext
244
}
ucontext_t
;
typedef in typeref:struct:ucontext
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h
143
}
ucontext_t
;
typedef in typeref:struct:ucontext
244
}
ucontext_t
;
typedef in typeref:struct:ucontext
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h
143
}
ucontext_t
;
typedef in typeref:struct:ucontext
244
}
ucontext_t
;
typedef in typeref:struct:ucontext
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
46
typedef struct ucontext
ucontext_t
;
typedef in typeref:struct:ucontext
50
/* Old versions of the Android <signal.h> didn't define
ucontext_t
. */
74
}
ucontext_t
;
typedef in typeref:struct:ucontext
824
const
ucontext_t
* uc = (const
ucontext_t
*)sigcontext;
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
43
struct
ucontext_t
{
struct
44
// The size is determined by looking at sizeof of real
ucontext_t
on linux.
123
ucontext_t
ctx;
[
all
...]
/external/v8/src/
platform-linux.cc
956
}
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);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2288
ucontext_t
= __darwin_
ucontext_t
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2288
ucontext_t
= __darwin_
ucontext_t
variable
[
all
...]
Completed in 5261 milliseconds