Typedef cimba_thread_exit_func

Typedef Documentation

void() cimba_thread_exit_func (void *thrctx)

Defines a prototype for an optional user-provided function to execute when terminating a pthread. The argument is a thread context created by a previous thread init function. THis context can also be obtained in user code by calling cimba_thread_context()