HomeSort by: relevance | last modified time | path
    Searched defs:cxa_at_exit_wrapper (Results 1 - 5 of 5) 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 in typeref:typename:void
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);
tsan_interceptors.cc 395 static void cxa_at_exit_wrapper(void *arg) { function in typeref:typename:void
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);
tsan_interceptors.cc 395 static void cxa_at_exit_wrapper(void *arg) { function in typeref:typename:void
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);
tsan_interceptors.cc 395 static void cxa_at_exit_wrapper(void *arg) { function in typeref:typename:void
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);
tsan_interceptors.cc 395 static void cxa_at_exit_wrapper(void *arg) { function in typeref:typename:void
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso);

Completed in 59 milliseconds