openHiTLS API
openHiTLS 0.1.0-Alpha1
Main Page
Modules
Data Structures
Files
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.
Attention
This function must be called when the thread exits. Otherwise, memory leakage occurs.
Parameters
isRemoveAll
[IN] Indicates whether to delete all error stacks. The value is true when a process exits and false when a thread exits.
Generated by
1.9.7