Searched refs:TryFastUnwind (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc24 bool TryFastUnwind(uptr max_depth) { function in class:__sanitizer::FastUnwindTest
75 if (!TryFastUnwind(kStackTraceMax))
89 if (!TryFastUnwind(kStackTraceMax))
102 if (!TryFastUnwind(kStackTraceMax))
113 if (!TryFastUnwind(1))
121 if (!TryFastUnwind(0))
132 if (!TryFastUnwind(3))
142 if (!TryFastUnwind(kStackTraceMax))

Completed in 110 milliseconds