Skip to main content

switch_threadattr_create

Function switch_threadattr_create 

Source
pub unsafe extern "C" fn switch_threadattr_create(
    new_attr: *mut *mut switch_threadattr_t,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t
Expand description

Create and initialize a new threadattr variable @param new_attr The newly created threadattr. @param pool The pool to use