Skip to main content

switch_atomic_init

Function switch_atomic_init 

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

Some architectures require atomic operations internal structures to be initialized before use. @param pool The memory pool to use when initializing the structures.