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

/external/libunwind/tests/
H A DGtest-exc.c47 volatile int got_here = 0; variable
116 got_here = 1;
151 if (result != 0 || !got_here || nerrors > 0)
154 "FAILURE: test failed: result=%d got_here=%d nerrors=%d\n",
155 result, got_here, nerrors);

Completed in 3153 milliseconds