thread_cleanup.hpp

来自「C++的一个好库。。。现在很流行」· HPP 代码 · 共 37 行

HPP
37
字号
// (C) Copyright Mac Murrett 2001.
// Use, modification and distribution are subject to the 
// Boost Software License, Version 1.0. (See accompanying file 
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

// See http://www.boost.org for most recent version.

#ifndef BOOST_THREAD_CLEANUP_MJM012402_HPP
#define BOOST_THREAD_CLEANUP_MJM012402_HPP


namespace boost {

namespace threads {

namespace mac {

namespace detail {


void do_thread_startup();
void do_thread_cleanup();

void set_thread_cleanup_task();


} // namespace detail

} // namespace mac

} // namespace threads

} // namespace boost


#endif // BOOST_THREAD_CLEANUP_MJM012402_HPP

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?