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

  /src/tests/lib/libc/stdlib/
h_atexit.c 84 static int cxa_handler_5_called; local in function:cxa_handler_5
87 ASSERT(cxa_handler_5_called == 0);
91 cxa_handler_5_called = 1;
  /src/tests/lib/libpthread/
h_atexit.c 89 static int cxa_handler_5_called; local in function:cxa_handler_5
92 ASSERT(cxa_handler_5_called == 0);
96 cxa_handler_5_called = 1;

Completed in 14 milliseconds