issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / threading / details / pthread.h
1 //$$CDS-header$$
2
3 #ifndef CDSLIB_THREADING_DETAILS_PTHREAD_H
4 #define CDSLIB_THREADING_DETAILS_PTHREAD_H
5
6 #include <cds/threading/details/pthread_manager.h>
7
8 #ifndef CDS_CXX11_INLINE_NAMESPACE_SUPPORT
9 namespace cds { namespace threading {
10
11     using pthread::Manager;
12
13 }} // namespace cds::threading
14 #endif
15
16 #endif // #ifndef CDSLIB_THREADING_DETAILS_PTHREAD_H