Skip to main content

dr_exit_flags_t_DR_EXIT_SKIP_THREAD_EXIT

Constant dr_exit_flags_t_DR_EXIT_SKIP_THREAD_EXIT 

Source
pub const dr_exit_flags_t_DR_EXIT_SKIP_THREAD_EXIT: dr_exit_flags_t = 2;
Expand description

Do not invoke thread exit event callbacks at process exit time. Thread exit event callbacks will still be invoked at other times. This is equivalent to setting the \p -skip_thread_exit_at_exit runtime option. Setting this flag can improve process exit performance, but usually only when the #DR_EXIT_MULTI_THREAD flag is also set, or when no process exit event is registered.