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

  /src/tests/lib/libc/stdlib/
h_atexit.c 126 static int cxa_handler_2_called; local in function:cxa_handler_2
129 ASSERT(cxa_handler_2_called == 0);
133 cxa_handler_2_called = 1;
  /src/tests/lib/libpthread/
h_atexit.c 131 static int cxa_handler_2_called; local in function:cxa_handler_2
134 ASSERT(cxa_handler_2_called == 0);
138 cxa_handler_2_called = 1;

Completed in 12 milliseconds