OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucontext_t
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/sys/
ucontext.h
68
typedef struct __ucontext
ucontext_t
;
typedef in typeref:struct:__ucontext
72
ucontext_t
* uc_link; /* context to resume */
86
#define __UCONTEXT_SIZE sizeof(
ucontext_t
)
104
void getucontext(struct lwp *,
ucontext_t
*);
105
int setucontext(struct lwp *, const
ucontext_t
*);
111
__CTASSERT(sizeof(
ucontext_t
) == __UCONTEXT_SIZE);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc
61
// x86-64 FreeBSD 9.2 and older define '
ucontext_t
' incorrectly in
65
#define
ucontext_t
xucontext_t
macro
237
ucontext_t
*ucp = (
ucontext_t
*)context;
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_linux.cpp
62
// x86-64 FreeBSD 9.2 and older define '
ucontext_t
' incorrectly in
66
# define
ucontext_t
xucontext_t
macro
217
static int HashContextStack(const
ucontext_t
&ucp) {
225
ucontext_t
*ucp = reinterpret_cast<
ucontext_t
*>(context);
230
const
ucontext_t
*ucp = reinterpret_cast<const
ucontext_t
*>(context);
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_linux.cpp
61
// x86-64 FreeBSD 9.2 and older define '
ucontext_t
' incorrectly in
65
#define
ucontext_t
xucontext_t
macro
219
ucontext_t
*ucp = (
ucontext_t
*)context;
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
67
struct
ucontext_t
{
struct
71
struct
ucontext_t
{
struct
72
// The size is determined by looking at sizeof of real
ucontext_t
on linux.
170
ucontext_t
ctx;
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
64
struct
ucontext_t
{
struct
68
struct
ucontext_t
{
struct
69
// The size is determined by looking at sizeof of real
ucontext_t
on linux.
162
ucontext_t
ctx;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
71
struct
ucontext_t
{
struct
75
struct
ucontext_t
{
struct
76
// The size is determined by looking at sizeof of real
ucontext_t
on linux.
168
ucontext_t
ctx;
Completed in 77 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026