dr_is_thread_native

Function dr_is_thread_native 

Source
pub unsafe extern "C" fn dr_is_thread_native(
    drcontext: *mut c_void,
) -> bool_
Expand description

Returns whether the thread represented by \p drcontext is currently executing natively (typically due to an earlier #DR_EMIT_GO_NATIVE return value).