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

/bionic/tests/
H A Dstack_unwinding_test_impl.c35 // We reached the end of the stack without executing foo_cleanup. Test failed.
41 static void noinline foo_cleanup(char* param unused) { function
51 char c1 __attribute__((cleanup(foo_cleanup))) unused;

Completed in 287 milliseconds