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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp179 struct AtExitCtx { struct in namespace:__tsan
198 Vector<struct AtExitCtx *> AtExitStack;
374 AtExitCtx *ctx;
379 // Pop AtExitCtx from the top of the stack of callback functions
392 AtExitCtx *ctx = (AtExitCtx*)arg;
420 AtExitCtx *ctx = (AtExitCtx*)InternalAlloc(sizeof(AtExitCtx));
436 // Push AtExitCtx o
[all...]

Completed in 67 milliseconds