pub unsafe extern "C" fn apr_threadattr_create(
new_attr: *mut *mut apr_threadattr_t,
cont: *mut apr_pool_t,
) -> apr_status_tExpand description
Create and initialize a new threadattr variable @param new_attr The newly created threadattr. @param cont The pool to use