Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp115 void ensure_processing(std::unique_lock<std::mutex>& guard) const { in ensure_processing() function
190 state->ensure_processing(guard); in on_next()
196 state->ensure_processing(guard); in on_error()
202 state->ensure_processing(guard); in on_completed()
213 keepAlive->ensure_processing(guard); in make()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp50 void ensure_processing(std::unique_lock<std::mutex>& guard) const { in ensure_processing() function
109 ensure_processing(guard); in on_next()
117 ensure_processing(guard); in on_error()
125 ensure_processing(guard); in on_completed()