Home
last modified time | relevance | path

Searched refs:identity_current_thread (Results 1 – 25 of 36) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-replay.hpp109 …return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), composite_… in member()
121 … return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), cs))); in member()
147 …return Result(Multicast(std::forward<Observable>(o), Subject(count, identity_current_thread(), cs)… in member()
175 …t(std::forward<Observable>(o), Subject(std::forward<Duration>(d), identity_current_thread(), cs))); in member()
205 …forward<Observable>(o), Subject(count, std::forward<Duration>(d), identity_current_thread(), cs))); in member()
Drx-time_interval.hpp128 -> decltype(o.template lift<Value>(TimeInterval(identity_current_thread()))) { in member()
129 return o.template lift<Value>(TimeInterval(identity_current_thread())); in member()
Drx-timestamp.hpp123 -> decltype(o.template lift<Value>(Timestamp(identity_current_thread()))) { in member()
124 return o.template lift<Value>(Timestamp(identity_current_thread())); in member()
Drx-buffer_time.hpp274 … -> decltype(o.template lift<Value>(BufferWithTime(period, period, identity_current_thread()))) { in member()
275 … return o.template lift<Value>(BufferWithTime(period, period, identity_current_thread())); in member()
299 …thTime(std::forward<Duration>(period), std::forward<Duration>(skip), identity_current_thread()))) { in member()
300 …WithTime(std::forward<Duration>(period), std::forward<Duration>(skip), identity_current_thread())); in member()
Drx-window_time.hpp270 … -> decltype(o.template lift<Value>(WindowWithTime(period, period, identity_current_thread()))) { in member()
271 … return o.template lift<Value>(WindowWithTime(period, period, identity_current_thread())); in member()
295 …thTime(std::forward<Duration>(period), std::forward<Duration>(skip), identity_current_thread()))) { in member()
296 …WithTime(std::forward<Duration>(period), std::forward<Duration>(skip), identity_current_thread())); in member()
Drx-merge.hpp235 return Result(Merge(std::forward<Observable>(o), identity_current_thread())); in member()
262 …(Merge(rxs::from(o.as_dynamic(), v0.as_dynamic(), vn.as_dynamic()...), identity_current_thread())); in member()
Drx-take_until.hpp231 auto cn = identity_current_thread(); in member()
259 …Until(std::forward<Observable>(o), std::forward<TriggerObservable>(t), identity_current_thread())); in member()
Drx-sample_time.hpp218 …template lift<SourceValue>(SampleWithTime(std::forward<Duration>(d), identity_current_thread()))) { in member()
219 …o.template lift<SourceValue>(SampleWithTime(std::forward<Duration>(d), identity_current_thread())); in member()
Drx-merge_delay_error.hpp249 return Result(Merge(std::forward<Observable>(o), identity_current_thread())); in member()
276 …(Merge(rxs::from(o.as_dynamic(), v0.as_dynamic(), vn.as_dynamic()...), identity_current_thread())); in member()
Drx-skip_until.hpp223 auto cn = identity_current_thread(); in member()
251 …Until(std::forward<Observable>(o), std::forward<TriggerObservable>(t), identity_current_thread())); in member()
Drx-amb.hpp243 return Result(Amb(std::forward<Observable>(o), identity_current_thread())); in member()
270 …lt(Amb(rxs::from(o.as_dynamic(), v0.as_dynamic(), vn.as_dynamic()...), identity_current_thread())); in member()
Drx-delay.hpp199 …cltype(o.template lift<SourceValue>(delay(std::forward<Duration>(d), identity_current_thread()))) { in member()
200 …urn o.template lift<SourceValue>(delay(std::forward<Duration>(d), identity_current_thread())); in member()
Drx-concat.hpp254 return Result(Concat(std::forward<Observable>(o), identity_current_thread())); in member()
281 …Concat(rxs::from(o.as_dynamic(), v0.as_dynamic(), vn.as_dynamic()...), identity_current_thread())); in member()
Drx-buffer_time_count.hpp248 …e lift<Value>(BufferTimeCount(std::forward<Duration>(period), count, identity_current_thread()))) { in member()
249 …ate lift<Value>(BufferTimeCount(std::forward<Duration>(period), count, identity_current_thread())); in member()
Drx-combine_latest.hpp260 …return Result(combine_latest(identity_current_thread(), rxu::pack(), std::make_tuple(std::forward<… in member()
273 …return Result(combine_latest(identity_current_thread(), std::forward<Selector>(s), std::make_tuple… in member()
Drx-with_latest_from.hpp260 …return Result(with_latest_from(identity_current_thread(), rxu::pack(), std::make_tuple(std::forwar… in member()
273 …return Result(with_latest_from(identity_current_thread(), std::forward<Selector>(s), std::make_tup… in member()
Drx-sequence_equal.hpp229 …d<Observable>(o), std::forward<OtherObservable>(t), rxu::equal_to<>(), identity_current_thread())); in member()
243 …std::forward<OtherObservable>(t), std::forward<BinaryPredicate>(pred), identity_current_thread())); in member()
Drx-timeout.hpp246 …type(o.template lift<SourceValue>(Timeout(std::forward<Duration>(d), identity_current_thread()))) { in member()
247 …n o.template lift<SourceValue>(Timeout(std::forward<Duration>(d), identity_current_thread())); in member()
Drx-window_time_count.hpp254 …e lift<Value>(WindowTimeCount(std::forward<Duration>(period), count, identity_current_thread()))) { in member()
255 …ate lift<Value>(WindowTimeCount(std::forward<Duration>(period), count, identity_current_thread())); in member()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Ddelay.cpp9 auto scheduler = rxcpp::identity_current_thread();
34 auto scheduler = rxcpp::identity_current_thread();
Dinterval.cpp20 auto scheduler = rxcpp::identity_current_thread();
46 auto scheduler = rxcpp::identity_current_thread();
Dtimestamp.cpp15 time_point start = rxcpp::identity_current_thread().now();
45 time_point start = rxcpp::identity_current_thread().now();
Ddebounce.cpp9 auto scheduler = rxcpp::identity_current_thread();
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-interval.hpp117 …terval<Duration, identity_one_worker>::make(identity_current_thread().now(), period, identity_curr… in interval()
137 …tail::defer_interval<Duration, identity_one_worker>::make(when, period, identity_current_thread()); in interval()
Drx-timer.hpp118 …tail::defer_timer<TimePointOrDuration, identity_one_worker>::make(when, identity_current_thread()); in timer()

12