Skip to main content

pthread_once

Function pthread_once 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_once( once: *mut pthread_once_t, constructor: extern "C" fn(), ) -> c_int
Expand description