re_ClearThreadData()

extern KADMOS_ERROR KADMOS_API re_ClearThreadData(void);
      

Parameter:

-

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function has to be called at the end of a thread to free the information that had been collected and stored for this thread (thread-ID, detected errors, ...).

Reference: