Home
last modified time | relevance | path

Searched refs:AtExitCtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp198 struct AtExitCtx { struct
218 Vector<struct AtExitCtx *> AtExitStack;
413 AtExitCtx *ctx; in at_exit_callback_installed_at()
434 AtExitCtx *ctx = (AtExitCtx*)arg; in cxa_at_exit_callback_installed_at()
465 auto *ctx = New<AtExitCtx>(); in setup_at_exit_wrapper()
500 AtExitCtx *ctx = (AtExitCtx*)arg; in on_exit_callback_installed_at()
512 auto *ctx = New<AtExitCtx>(); in TSAN_INTERCEPTOR()