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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 395 static void cxa_at_exit_wrapper(void *arg) { function
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 386 static void cxa_at_exit_wrapper(void *arg) { function
440 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);

Completed in 52 milliseconds