Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc372 struct AtExitCtx { struct
381 AtExitCtx *ctx = (AtExitCtx*)arg; in at_exit_wrapper() argument
409 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx)); in setup_at_exit_wrapper()
426 AtExitCtx *ctx = (AtExitCtx*)arg; in on_exit_wrapper()
435 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx)); in TSAN_INTERCEPTOR()