Home
last modified time | relevance | path

Searched refs:BOOST_THREAD_PROVIDES_INTERRUPTIONS (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/thread/pthread/
Dshared_mutex.hpp16 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
170 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in lock_shared()
193 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in timed_lock_shared()
208 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in timed_lock_shared()
229 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in try_lock_shared_until()
268 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in lock()
280 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in timed_lock()
298 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in timed_lock()
322 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in try_lock_until()
361 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in lock_upgrade()
[all …]
Dcondition_variable.hpp13 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
74 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in wait()
87 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in wait()
117 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in do_wait_until()
130 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in do_wait_until()
146 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in notify_one()
154 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in notify_all()
193 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in wait()
203 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in wait()
468 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in do_wait_until()
[all …]
/third_party/boost/libs/thread/src/win32/
Dthread.cpp292 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in thread_start_function()
297 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in thread_start_function()
368 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in externally_launched_thread()
486 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
617 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in interruptible_wait()
626 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in interruptible_wait()
685 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in interruptible_wait()
814 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
840 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp175 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in thread_proxy()
180 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in thread_proxy()
213 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in externally_launched_thread()
575 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
622 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
/third_party/boost/boost/thread/
Dthread_only.hpp23 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
Dthread_functors.hpp55 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
Dexceptions.hpp31 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
Dscoped_thread.hpp256 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
/third_party/boost/boost/thread/detail/
Dthread_interruption.hpp12 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
Dconfig.hpp354 #if ! defined BOOST_THREAD_PROVIDES_INTERRUPTIONS \
356 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dthread_group.hpp123 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
/third_party/boost/libs/thread/test/
Dtest_7328.cpp6 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_barrier_void_fct.cpp6 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_barrier_size_fct.cpp6 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_barrier.cpp8 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_5351.cpp6 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_latch.cpp6 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_2309.cpp7 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_completion_latch.cpp6 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_once.cpp7 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_condition.cpp9 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
Dtest_thread.cpp9 #define BOOST_THREAD_PROVIDES_INTERRUPTIONS macro
/third_party/boost/libs/thread/example/
Dthread_group.cpp38 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in main()
/third_party/boost/libs/thread/test/threads/container/
Dthread_vector_pass.cpp32 #if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS in interrupt_all()
/third_party/boost/libs/thread/doc/
Dconfiguration.qbk336 When `BOOST_THREAD_PROVIDES_INTERRUPTIONS` is defined Boost.Thread provides interruptions.
339 Boost.Thread defines BOOST_THREAD_PROVIDES_INTERRUPTIONS if neither BOOST_THREAD_PROVIDES_INTERRUPT…

12