HomeSort by: relevance | last modified time | path
    Searched defs:found_sigtramp (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libexecinfo/
t_sig_backtrace.c 140 bool found_sigtramp = false; local in function:handler
156 if (found_handler && !found_sigtramp &&
159 found_sigtramp = true;
162 if (found_sigtramp && !found_the_loop &&
175 ATF_CHECK(found_sigtramp);
t_sig_backtrace.c 140 bool found_sigtramp = false; local in function:handler
156 if (found_handler && !found_sigtramp &&
159 found_sigtramp = true;
162 if (found_sigtramp && !found_the_loop &&
175 ATF_CHECK(found_sigtramp);

Completed in 21 milliseconds