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

  /src/tests/lib/libc/stdlib/
h_atexit.c 46 static int dso_handle_2; variable in typeref:typename:int
172 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, &dso_handle_2));
176 __cxa_finalize(&dso_handle_2);
h_atexit.c 46 static int dso_handle_2; variable in typeref:typename:int
172 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, &dso_handle_2));
176 __cxa_finalize(&dso_handle_2);
  /src/tests/lib/libpthread/
h_atexit.c 51 static int dso_handle_2; variable in typeref:typename:int
177 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, &dso_handle_2));
181 __cxa_finalize(&dso_handle_2);
h_atexit.c 51 static int dso_handle_2; variable in typeref:typename:int
177 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, &dso_handle_2));
181 __cxa_finalize(&dso_handle_2);

Completed in 23 milliseconds