Skip to main content

pthread_attr_getstacksize

Function pthread_attr_getstacksize 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_attr_getstacksize( attr: *const pthread_attr_t, stacksize: *mut size_t, ) -> c_int
Expand description