arrow_back_ios Back to List

offloadThread_t

Offload KB - offload-library

Old Content Alert

Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.

Include: <liboffload>

This is the data type which will be returned given a blocking offload block instance, or a suspended block.

#include <liboffload>
offloadThread_t hdl = __offload(params)
{
	// ...
};

offloadThreadJoin(hdl);