Function kevent64 [src]

Alias for std.c.darwin.kevent64

Prototype

pub extern "c" fn kevent64( kq: c_int, changelist: [*]const kevent64_s, nchanges: c_int, eventlist: [*]kevent64_s, nevents: c_int, flags: c_uint, timeout: ?*const timespec, ) c_int

Parameters

kq: c_intchangelist: [*]const kevent64_snchanges: c_inteventlist: [*]kevent64_snevents: c_intflags: c_uinttimeout: ?*const timespec

Source

pub extern "c" fn kevent64( kq: c_int, changelist: [*]const kevent64_s, nchanges: c_int, eventlist: [*]kevent64_s, nevents: c_int, flags: c_uint, timeout: ?*const timespec, ) c_int