Searched refs:AtExitCtx (Results 1 – 1 of 1) sorted by relevance
193 struct AtExitCtx { struct213 Vector<struct AtExitCtx *> AtExitStack;408 AtExitCtx *ctx; in at_exit_callback_installed_at()429 AtExitCtx *ctx = (AtExitCtx*)arg; in cxa_at_exit_callback_installed_at()460 auto *ctx = New<AtExitCtx>(); in setup_at_exit_wrapper()495 AtExitCtx *ctx = (AtExitCtx*)arg; in on_exit_callback_installed_at()507 auto *ctx = New<AtExitCtx>(); in TSAN_INTERCEPTOR()