Skip to main content

pthread_attr_getstack

Function pthread_attr_getstack 

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