pub const dr_suspend_flags_t_DR_SUSPEND_NATIVE: dr_suspend_flags_t = 1;Expand description
By default, native threads are not suspended by dr_suspend_all_other_threads_ex(). This flag requests that native threads (including those temporarily-native due to actions such as #DR_EMIT_GO_NATIVE) be suspended as well.