API参考
载入中...
搜索中...
未找到
Bsl_init

initialization 更多...

Bsl_init 的协作图:

函数

int32_t BSL_GLOBAL_Init (void)
 Initialize the BSL module.
int32_t BSL_GLOBAL_DeInit (void)
 Deinitialize the BSL module.

详细描述

initialization

函数说明

◆ BSL_GLOBAL_DeInit()

int32_t BSL_GLOBAL_DeInit ( void )

Deinitialize the BSL module.

The user calls this interface when the process exits.

注意
None

◆ BSL_GLOBAL_Init()

int32_t BSL_GLOBAL_Init ( void )

Initialize the BSL module.

The user must call this interface to initialize.

注意
None.
返回值
BSL_SUCCESS,errorcode module is successfully initialized.
BSL_MALLOC_FAIL,memoryspace is insufficient and thread lock space cannot be applied for.
BSL_SAL_ERR_UNKNOWN,threadlock initialization failed.