Causes a thread to wait for a specified period of time before continuing execution.
cma_delay(
           interval);
 
Argument         Data Type               Access
time_interval    single precision        read
                 floating point
#includevoid cma_delay ( cma_t_interval interval);
If you specify a value for time_interval that is less than 0, the cma_e_badparam exception is raised. Specifying 0 for time_interval is allowed and can result in the thread giving up the processor or delivering a pending alert.
This routine is alertable.
cma_e_alerted cma_e_badparam