Specifies the attribute for the maximum number of elements allowed on an atomic queue that is used when a queue is created.
cma_lib_attr_set_queuesize (attr, queuesize)
Argument Data Type Accessattr opaque cma_lib_t_attr read queuesize opaque cma_t_natural read
void cma_lib_attr_set_queuesize ( cma_lib_t_attr *attr, cma_t_natural queuesize);
A queue contains a fixed number of available queue items. Call this routine if you want to increase or decrease the queue size of new queues when they are created.
cma_e_badparam cma_e_existence cma_e_use_error