shadow_rs::host::timer::export

Function timer_arm

source
#[no_mangle]
pub unsafe extern "C-unwind" fn timer_arm(
    timer: *mut Timer,
    host: *const Host,
    nextExpireTime: CEmulatedTime,
    expireInterval: CSimulationTime,
)
Expand description

ยงSafety

Pointer args must be safely dereferenceable.