Function umtx_wakeup [src]
Alias for std.c.dragonfly.umtx_wakeup
Prototype
pub extern "c" fn umtx_wakeup(ptr: *const volatile c_int, count: c_int) c_int
Parameters
ptr: *const volatile c_int
count: c_int
Source
pub extern "c" fn umtx_wakeup(ptr: *const volatile c_int, count: c_int) c_int