Searched defs:end_of_stack (Results 1 - 1 of 1) sorted by relevance

/external/libunwind/src/unwind/
H A Dunwind-internal.h46 int end_of_stack; /* set to 1 if the end of stack was reached */ member in struct:_Unwind_Context
53 ((context)->end_of_stack = 0, \
90 context->end_of_stack = 1;
117 if (context->end_of_stack

Completed in 680 milliseconds