Home
last modified time | relevance | path

Searched refs:get_once_per_thread_epoch (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/thread/pthread/
Donce.hpp112 BOOST_THREAD_DECL uintmax_atomic_t& get_once_per_thread_epoch();
131 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
179 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
223 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
266 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
310 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
354 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
398 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
444 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
492 thread_detail::uintmax_atomic_t& this_thread_epoch=thread_detail::get_once_per_thread_epoch(); in call_once()
/third_party/boost/libs/thread/src/pthread/
Donce.cpp66 uintmax_atomic_t& get_once_per_thread_epoch() in get_once_per_thread_epoch() function