Home
last modified time | relevance | path

Searched defs:shared_state (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp210 struct shared_state struct in boost::ipc::aux::interprocess_mutex
212 boost::atomic< uint32_t > m_lock_state;
214 shared_state() BOOST_NOEXCEPT : m_lock_state(0u) in shared_state() function
437 struct shared_state struct in boost::ipc::aux::interprocess_condition_variable
440 int32_t m_waiters;
442 uint32_t m_generation;
444 uint32_t m_semaphore_id;
446 shared_state() BOOST_NOEXCEPT : in shared_state() argument
/third_party/boost/boost/thread/
Dfuture.hpp557 struct shared_state: struct
561 typedef boost::optional<T> storage_type;
566 typedef T const& source_reference_type;
567 typedef BOOST_THREAD_RV_REF(T) rvalue_source_type;
568 typedef T move_dest_type;
570 …pedef typename conditional<boost::is_fundamental<T>::value,T,T const&>::type source_reference_type;
571 typedef BOOST_THREAD_RV_REF(T) rvalue_source_type;
572 typedef T move_dest_type;
574 typedef T& source_reference_type;
575 …ible<T&,BOOST_THREAD_RV_REF(T) >::value, BOOST_THREAD_RV_REF(T),T const&>::type rvalue_source_type;
[all …]
/third_party/boost/libs/beast/example/websocket/server/chat-multi/
Dshared_state.hpp23 class shared_state class
Dshared_state.cpp14 shared_state(std::string doc_root) in shared_state() function in shared_state
/third_party/boost/boost/fiber/future/detail/
Dshared_state.hpp158 class shared_state : public shared_state_base { class
220 class shared_state< R & > : public shared_state_base { class
264 class shared_state< void > : public shared_state_base { class