Function umtx_sleep [src]

Alias for std.c.dragonfly.umtx_sleep

Prototype

pub extern "c" fn umtx_sleep(ptr: *const volatile c_int, value: c_int, timeout: c_int) c_int

Parameters

ptr: *const volatile c_intvalue: c_inttimeout: c_int

Source

pub extern "c" fn umtx_sleep(ptr: *const volatile c_int, value: c_int, timeout: c_int) c_int