Home
last modified time | relevance | path

Searched refs:orig_huge_stack_context (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp149 ucontext_t orig_huge_stack_context; variable
161 if (swapcontext(&child_huge_stack_context, &orig_huge_stack_context) < 0) { in ChildHugeStack()
176 if (swapcontext(&orig_huge_stack_context, &child_huge_stack_context) < 0) { in DoRunHugeStack()