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

pthread_mutexattr_settype

Function pthread_mutexattr_settype 

Source
pub unsafe extern "C" fn pthread_mutexattr_settype(
    attr: *mut pthread_mutexattr_t,
    _type: c_int,
) -> c_int