kuaf_ctx_scheduler_free
Function Usage
Releases the structure resource.
Function Syntax
void kuaf_ctx_scheduler_free(scheduler_ctx *sc_ctx);
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
sc_ctx |
Pointer to the scheduling structure to be released |
The structure is created by the kuaf_ctx_scheduler_create function. |
Input |
Return Value
None
Parent topic: Interface Description