/third_party/boost/libs/thread/doc/ |
D | configuration.qbk | 60 When `BOOST_THREAD_VERSION==2` define `BOOST_THREAD_USES_MOVE ` if you want to use Boost.Move inter… 61 When `BOOST_THREAD_VERSION>=3` define `BOOST_THREAD_DONT_USE_MOVE ` if you don't want to use Boost.… 75 When `BOOST_THREAD_VERSION<=3` && defined BOOST_THREAD_PLATFORM_PTHREAD define `BOOST_THREAD_DONT_U… 76 When `BOOST_THREAD_VERSION>3` && defined BOOST_THREAD_PLATFORM_PTHREAD define `BOOST_THREAD_USES_D… 107 When `BOOST_THREAD_VERSION>=4` define `BOOST_THREAD_PROVIDES_THREAD_EQ ` if you want this feature. 108 When `BOOST_THREAD_VERSION<4` define `BOOST_THREAD_DONT_PROVIDE_THREAD_EQ ` if you don't want this … 120 When `BOOST_THREAD_VERSION>3` define `BOOST_THREAD_PROVIDES_CONDITION` if you want this feature. 121 When `BOOST_THREAD_VERSION<=3` define `BOOST_THREAD_DONT_PROVIDE_CONDITION` if you don't want this … 158 When `BOOST_THREAD_VERSION>=4` define `BOOST_THREAD_PROVIDES_NESTED_LOCKS` if you want these featur… 159 When `BOOST_THREAD_VERSION<4` define `BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS` if you don't want the… [all …]
|
/third_party/boost/boost/thread/detail/ |
D | config.hpp | 131 #if !defined BOOST_THREAD_VERSION 132 #define BOOST_THREAD_VERSION 2 macro 134 #if BOOST_THREAD_VERSION!=2 && BOOST_THREAD_VERSION!=3 && BOOST_THREAD_VERSION!=4 && BOOST_THREAD_… 160 #if BOOST_THREAD_VERSION==2 176 #if BOOST_THREAD_VERSION>=3 236 #if BOOST_THREAD_VERSION < 4 257 #if BOOST_THREAD_VERSION>=4 339 #if BOOST_THREAD_VERSION>=5
|
/third_party/boost/libs/thread/test/sync/futures/packaged_task/ |
D | default_ctor_pass.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | use_allocator_pass.cpp | 24 #define BOOST_THREAD_VERSION 4 macro 25 #if BOOST_THREAD_VERSION == 4
|
D | copy_ctor_fail.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | copy_assign_fail.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | move_assign_pass.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | reset_pass.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | member_swap_pass.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | move_ctor_pass.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | non_member_swap_pass.cpp | 21 #define BOOST_THREAD_VERSION 4 macro 22 #if BOOST_THREAD_VERSION == 4
|
D | get_future_pass.cpp | 22 #define BOOST_THREAD_VERSION 4 macro 23 #if BOOST_THREAD_VERSION == 4
|
D | dtor_pass.cpp | 22 #define BOOST_THREAD_VERSION 4 macro 29 #if BOOST_THREAD_VERSION == 4
|
D | alloc_ctor_pass.cpp | 23 #define BOOST_THREAD_VERSION 4 macro 24 #if BOOST_THREAD_VERSION == 4
|
D | operator_pass.cpp | 22 #define BOOST_THREAD_VERSION 4 macro 29 #if BOOST_THREAD_VERSION == 4
|
/third_party/boost/libs/thread/test/ |
D | test_12293.cpp | 6 #define BOOST_THREAD_VERSION 4 macro 15 #define BOOST_THREAD_VERSION 4 macro
|
D | test_5542_2.cpp | 6 #define BOOST_THREAD_VERSION 2 macro
|
D | test_12949.cpp | 6 #define BOOST_THREAD_VERSION 4 macro
|
D | test_13561.cpp | 6 #define BOOST_THREAD_VERSION 4 macro
|
/third_party/boost/libs/thread/example/ |
D | tennis.cpp | 7 #undef BOOST_THREAD_VERSION 8 #define BOOST_THREAD_VERSION 2 macro
|
/third_party/boost/libs/thread/test/experimental/parallel/v1/ |
D | exception_list_pass.cpp | 9 #define BOOST_THREAD_VERSION 4 macro
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/synchronized_value/ |
D | move_T_ctor_pass.cpp | 12 #define BOOST_THREAD_VERSION 4 macro
|
D | move_T_assign_pass.cpp | 12 #define BOOST_THREAD_VERSION 4 macro
|
/third_party/boost/libs/thread/test/sync/futures/promise/ |
D | copy_ctor_fail.cpp | 19 #define BOOST_THREAD_VERSION 3 macro
|
D | copy_assign_fail.cpp | 19 #define BOOST_THREAD_VERSION 3 macro
|