Function simics_api_sys::VT_create_wait_handler

source ยท
pub unsafe extern "C" fn VT_create_wait_handler(
    wait: Option<unsafe extern "C" fn(ret_thread_id: *mut *mut c_void, usr: *mut c_void)>,
    resume: Option<unsafe extern "C" fn(thread_id: *mut c_void, usr: *mut c_void)>,
    usr: *mut c_void,
) -> *mut wait_handler_t