Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc179 struct AtExitCtx { struct
198 Vector<struct AtExitCtx *> AtExitStack;
374 AtExitCtx *ctx; in at_exit_wrapper()
392 AtExitCtx *ctx = (AtExitCtx*)arg; in cxa_at_exit_wrapper()
420 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx)); in setup_at_exit_wrapper()
452 AtExitCtx *ctx = (AtExitCtx*)arg; in on_exit_wrapper()
461 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx)); in TSAN_INTERCEPTOR()