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

  /src/tests/lib/libc/stdlib/
h_atexit.c 112 static int cxa_handler_3_called; local in function:cxa_handler_3
115 ASSERT(cxa_handler_3_called == 0);
119 cxa_handler_3_called = 1;
  /src/tests/lib/libpthread/
h_atexit.c 117 static int cxa_handler_3_called; local in function:cxa_handler_3
120 ASSERT(cxa_handler_3_called == 0);
124 cxa_handler_3_called = 1;

Completed in 13 milliseconds