pub unsafe extern "C" fn switch_threadattr_create(
new_attr: *mut *mut switch_threadattr_t,
pool: *mut switch_memory_pool_t,
) -> switch_status_tExpand description
Create and initialize a new threadattr variable @param new_attr The newly created threadattr. @param pool The pool to use