Searched defs:atexit (Results 1 – 11 of 11) sorted by relevance
70 struct atexit { struct71 struct atexit *next; /* next in list */ argument73 struct atexit_fn { argument84 static struct atexit *__atexit; /* points to head of LIFO stack */ argument132 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
264 llvm::Constant *atexit = in registerGlobalDtorWithAtExit() local
2310 llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
29 atexit keyword
1136 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
401 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument