Searched defs:shared_state (Results 1 – 7 of 7) sorted by relevance
557 struct shared_state: struct561 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 …]
110 def Run(self, shared_state): argument
249 SequenceLocalState* shared_state() const { return shared_state_; } in shared_state() function in mojo::SequenceLocalSyncEventWatcher::Registration
610 shared_state: Arc<AsyncRwLock<WorkerSharedState>>, field683 let shared_state = Arc::new(AsyncRwLock::new(WorkerSharedState { in new() localVariable
69544 struct ssb_state *shared_state; member
23346 struct ssb_state *shared_state; member