MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
at_thread_exit.hpp 文件参考

MSTL线程退出回调支持 更多...

at_thread_exit.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  at_thread_exit_elt
 线程退出回调元素 更多...

函数

void MSTL_API at_thread_exit_register (at_thread_exit_elt *elt, void(*callback)(void *)) noexcept
 注册线程退出回调
void MSTL_API execute_thread_exit_callbacks ()
 执行线程退出回调

详细描述

MSTL线程退出回调支持

此文件提供了线程退出时的回调注册和执行机制, 允许在线程退出时执行操作。

在文件 at_thread_exit.hpp 中定义.