openHiTLS API
openHiTLS 0.1.0-Alpha1
首页
模块
结构体
文件
Bsl_err
BSL_ERR_AddErrStringBatch
BSL_ERR_ClearError
BSL_ERR_ClearLastMark
BSL_ERR_DeInit
BSL_ERR_GetError
BSL_ERR_GetErrorFileLine
BSL_ERR_GetLastError
BSL_ERR_GetLastErrorFileLine
BSL_ERR_GetString
BSL_ERR_Init
BSL_ERR_NEW_MODULE
BSL_ERR_PeekErrorFileLine
BSL_ERR_PeekLastErrorFileLine
BSL_ERR_PopToMark
BSL_ERR_RemoveErrorStack
BSL_ERR_RemoveErrStringBatch
BSL_ERR_SetMark
◆
BSL_ERR_RemoveErrorStack()
void BSL_ERR_RemoveErrorStack
(
bool
isRemoveAll
)
Delete the error stack
Delete the error stack, which is called when a process or thread exits.
注意
This function must be called when the thread exits. Otherwise, memory leakage occurs.
参数
isRemoveAll
[IN] Indicates whether to delete all error stacks. The value is true when a process exits and false when a thread exits.
制作者
1.9.7