Skip to main content

dr_exit_flags_t_DR_EXIT_MULTI_THREAD

Constant dr_exit_flags_t_DR_EXIT_MULTI_THREAD 

Source
pub const dr_exit_flags_t_DR_EXIT_MULTI_THREAD: dr_exit_flags_t = 1;
Expand description

Do not guarantee that the process exit event is executed single-threaded. This is equivalent to specifying the \p -multi_thread_exit runtime option. Setting this flag can improve process exit performance, but usually only when the #DR_EXIT_SKIP_THREAD_EXIT flag is also set, or when no thread exit events are registered.