在哪里获得boost线程源代码

Where to get the boost thread source code

本文关键字:线程 源代码 boost 在哪里      更新时间:2023-10-16

我已经下载了boost代码- 1.55。但是在这个下载的包中,我无法找到boost线程源代码(c++)。我在哪里可以下载?我需要以下cpp文件。

barrier.cpp
condition.cpp
exceptions.cpp
mutex.cpp
inline file for mutex.cpp
once.cpp
recursive_mutex.cpp
thread.cpp
inline file for timeconv.cpp
tss.cpp
tss_dll.cpp
tss_hooks.cpp
tss_null.cpp
tss_pe.cpp
xtime.cpp

谢谢。

查看

boost_1_55_0/lib/thread/

注意许多文件都是头文件。不要因为看到了barrier.hpp就认为一定是barrier.cpp。没有。因为它不需要。

参见BCP工具:

  • http://www.boost.org/doc/libs/1_55_0/tools/bcp/doc/html/index.html