Searched defs:atexit (Results 1 – 8 of 8) sorted by relevance
68 struct atexit { struct69 struct atexit *next; /* next in list */ argument71 struct atexit_fn { argument82 static struct atexit *__atexit; /* points to head of LIFO stack */ argument130 atexit(void (*func)(void)) in atexit() function
19 atexit(void (*f)(void)) in atexit() function
58 atexit() function
529 atexit (atexit_callback func) in atexit() function
229 llvm::Constant *atexit = in registerGlobalDtorWithAtExit() local
1932 llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
332 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument