pub unsafe extern "C" fn dr_suspend_all_other_threads(
drcontexts: *mut *mut *mut c_void,
num_suspended: *mut uint,
num_unsuspended: *mut uint,
) -> bool_Expand description
Identical to dr_suspend_all_other_threads_ex() with \p flags set to 0.