Searched refs:run_dtors (Results 1 – 3 of 3) sorted by relevance
39 bool run_list_atexit, bool run_dtors) in __run_exit_handlers() argument45 if (run_dtors) in __run_exit_handlers()
85 bool run_list_atexit, bool run_dtors)
20846 * stdlib/exit.c (__run_exit_handlers): Add run_dtors argument.20847 If run_dtors is true call __call_tls_dtors.20848 (exit): Call __run_exit_handlers with run_dtors set to true.20849 * stdlib/exit.h: Add run_dtors argument to __run_exit_handlers