Sets the per-thread context associated with the specified key for the current thread.
cma_key_set_context(
key,
context_value);
Argument Data Type Access
key opaque cma_t_key read
context_value opaque cma_t_address read
#includevoid cma_key_set_context ( cma_t_key key, cma_t_address context_value);
The exception cma_e_badparam is raised if the context key is invalid.