Function pthread_spin_init

Source
pub unsafe extern "C" fn pthread_spin_init(
    __lock: *mut i32,
    __pshared: i32,
) -> i32