Skip to main content

dr_suspend_all_other_threads

Function dr_suspend_all_other_threads 

Source
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.