Changes the guardsize attribute of thread creation.
cma_attr_set_guardsize(
                        attr, guardsize);
 
Argument         Data Type               Access
attr             opaque cma_t_attr       read
guardsize        opaque cma_t_natural    read
#includevoid cma_attr_set_guardsize ( cma_t_attr *attr, cma_t_natural guardsize);
A guard area helps to detect stack overflows by preventing memory access beyond the thread's stack. Large guard areas might be necessary when threads allocate large structures on the stack.
cma_e_badparam cma_e_existence cma_e_use_error