Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/
Dsignal_longjmp.cpp24 volatile int fault_expected; variable
27 if (!fault_expected) in sigfault_handler()
31 fault_expected = 0; in sigfault_handler()
36 fault_expected = 1; \
/external/compiler-rt/test/tsan/
Dsignal_longjmp.cc26 volatile int fault_expected; variable
29 if (!fault_expected) in sigfault_handler()
33 fault_expected = 0; in sigfault_handler()
38 fault_expected = 1; \