Home
last modified time | relevance | path

Searched refs:get_current_thread_data (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/thread/src/win32/
Dthread.cpp125 thread_data_base* get_current_thread_data() in get_current_thread_data() function
257 detail::thread_data_ptr current_thread_data(detail::get_current_thread_data(),false); in run_thread_exit_callbacks()
408 detail::thread_data_base* current_thread_data(detail::get_current_thread_data()); in get_or_make_current_thread_data()
412 current_thread_data=detail::get_current_thread_data(); in get_or_make_current_thread_data()
627 … if(detail::get_current_thread_data() && detail::get_current_thread_data()->interruption_enabled) in interruptible_wait()
630 handles[handle_count++]=detail::get_current_thread_data()->interruption_handle; in interruptible_wait()
688 … winapi::ResetEvent(detail::get_current_thread_data()->interruption_handle); in interruptible_wait()
802 detail::thread_data_base* current_thread_data(detail::get_current_thread_data()); in get_id()
819 winapi::ResetEvent(detail::get_current_thread_data()->interruption_handle); in interruption_point()
826 …return detail::get_current_thread_data() && detail::get_current_thread_data()->interruption_enable… in interruption_enabled()
[all …]
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp152 boost::detail::thread_data_base* get_current_thread_data() in get_current_thread_data() function
246 thread_data_base* current_thread_data(get_current_thread_data()); in get_or_make_current_thread_data()
628 boost::detail::thread_data_base* const thread_info=detail::get_current_thread_data(); in interruption_point()
643 boost::detail::thread_data_base* const thread_info=detail::get_current_thread_data(); in interruption_enabled()
649 boost::detail::thread_data_base* const thread_info=detail::get_current_thread_data(); in interruption_requested()
666 detail::get_current_thread_data()->interrupt_enabled=false; in disable_interruption()
672 if(detail::get_current_thread_data()) in ~disable_interruption()
674 detail::get_current_thread_data()->interrupt_enabled=interruption_was_enabled; in ~disable_interruption()
682 detail::get_current_thread_data()->interrupt_enabled=true; in restore_interruption()
688 if(detail::get_current_thread_data()) in ~restore_interruption()
[all …]
/third_party/boost/boost/thread/pthread/
Dthread_data.hpp183 BOOST_THREAD_DECL thread_data_base* get_current_thread_data();
207 thread_info(detail::get_current_thread_data()),m(cond_mutex), in interruption_checker()
/third_party/boost/boost/thread/win32/
Dthread_data.hpp183 BOOST_THREAD_DECL thread_data_base* get_current_thread_data();
/third_party/boost/boost/thread/detail/
Dthread.hpp812 detail::thread_data_base* const current_thread_data(detail::get_current_thread_data()); in make_ready_at_thread_exit()