HTL_destroy_randws_numa_resource
Destroys randws_numa resources.
Interface Definition
int HTL_destroy_randws_numa_resource(void);
Description
HTL_destroy_randws_numa_resource() is used to destroy randws_numa resources.
Parameters
N/A
Return Value
- HTL_THREAD_SUCCESS: success.
- Other values: failure. For details, see the error code descriptions.
Example
int ret;
int num_xstreams = 4;
ret = HTL_create_randws_numa_resource(num_executors);
ret = HTL_destroy_randws_numa_resource();
Parent topic: Extended Feature Functions