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

  /src/tests/lib/libc/stdlib/
h_atexit.c 49 static int arg_1; variable in typeref:typename:int
86 ASSERT(arg == (void *)&arg_1);
100 ASSERT(arg == (void *)&arg_1);
170 ASSERT(0 == __cxa_atexit(cxa_handler_4, &arg_1, &dso_handle_1));
171 ASSERT(0 == __cxa_atexit(cxa_handler_5, &arg_1, &dso_handle_1));
  /src/tests/lib/libpthread/
h_atexit.c 54 static int arg_1; variable in typeref:typename:int
91 ASSERT(arg == (void *)&arg_1);
105 ASSERT(arg == (void *)&arg_1);
175 ASSERT(0 == __cxa_atexit(cxa_handler_4, &arg_1, &dso_handle_1));
176 ASSERT(0 == __cxa_atexit(cxa_handler_5, &arg_1, &dso_handle_1));

Completed in 12 milliseconds