![]() |
API参考
|
initialization 更多...

函数 | |
| int32_t | BSL_GLOBAL_Init (void) |
| Initialize the BSL module. | |
| int32_t | BSL_GLOBAL_DeInit (void) |
| Deinitialize the BSL module. | |
initialization
| int32_t BSL_GLOBAL_DeInit | ( | void | ) |
Deinitialize the BSL module.
The user calls this interface when the process exits.
| int32_t BSL_GLOBAL_Init | ( | void | ) |
Initialize the BSL module.
The user must call this interface to initialize.
| BSL_SUCCESS,error | code module is successfully initialized. |
| BSL_MALLOC_FAIL,memory | space is insufficient and thread lock space cannot be applied for. |
| BSL_SAL_ERR_UNKNOWN,thread | lock initialization failed. |