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

  /src/tests/lib/libc/stdlib/
h_atexit.c 98 static int cxa_handler_4_called; local in function:cxa_handler_4
101 ASSERT(cxa_handler_4_called == 0);
105 cxa_handler_4_called = 1;
  /src/tests/lib/libpthread/
h_atexit.c 103 static int cxa_handler_4_called; local in function:cxa_handler_4
106 ASSERT(cxa_handler_4_called == 0);
110 cxa_handler_4_called = 1;

Completed in 12 milliseconds