Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

timer_create

Function timer_create 

Source
pub unsafe extern "C" fn timer_create(
    clockid: clockid_t,
    sevp: *mut sigevent,
    timerid: *mut timer_t,
) -> c_int