OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_context
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/lsan/TestCases/
swapcontext.cc
31
ucontext_t
orig_context
;
local
36
child_context.uc_link = &
orig_context
;
38
if (swapcontext(&
orig_context
, &child_context) < 0) {
/external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc
15
ucontext_t
orig_context
;
variable
42
if (swapcontext(&child_context, &
orig_context
) < 0) {
56
child_context.uc_link = &
orig_context
;
59
if (swapcontext(&
orig_context
, &child_context) < 0) {
/external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc
34
void *
orig_context
;
member in struct:__tsan::__anon9910
71
void *
orig_context
,
76
new_context->
orig_context
=
orig_context
;
98
context->orig_work(context->
orig_context
);
Completed in 241 milliseconds