SAM function SAM-Delete-execution-info()
From SoOS
Contents |
[edit] Name
SAM_Delete_execution_info - Delete the execution info of a worker thread
[edit] Synopsis
#include <sam.h> void SAM_Delete_execution_info(SAM_t sam, SAM_Workerid_t wid);
[edit] Description
The SAM_Delete_execution_info() function deletes the execution information of the worker thread wid.
[edit] Return value
None.
[edit] Errors
None, assumes correct input parameters.
[edit] Examples
None.