Rate This Document
Findability
Accuracy
Completeness
Readability

kuaf_ctx_end_process

Function Usage

Performs post-processing after kuaf_ctx_process_sync.

Function Syntax

int kuaf_ctx_end_process(scheduler_ctx *sc_ctx);

Parameters

Parameter

Description

Value Range

Input/Output

sc_ctx

Pointer to the scheduling structure.

The structure is created by the kuaf_ctx_scheduler_create function.

Input

Return Value

  • Success: KUAF_SUCCESS
  • Failure:

    KUAF_NULL_PTR_ERROR: The input structure pointer is null.