SAM function SAM-Delete-execution-info()

From SoOS

Jump to: navigation, search

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.

[edit] See also

SAM_Check_execution_status(), <sam.h>.