Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp181 struct AtExitCtx { struct
200 Vector<struct AtExitCtx *> AtExitStack;
380 AtExitCtx *ctx; in at_exit_wrapper()
398 AtExitCtx *ctx = (AtExitCtx*)arg; in cxa_at_exit_wrapper()
426 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx)); in setup_at_exit_wrapper()
461 AtExitCtx *ctx = (AtExitCtx*)arg; in on_exit_wrapper()
470 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx)); in TSAN_INTERCEPTOR()