Home
last modified time | relevance | path

Searched refs:RXCPP_UNWIND_AUTO (Results 1 – 4 of 4) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp109 RXCPP_UNWIND_AUTO([&](){guard.lock();}); in finish()
172 RXCPP_UNWIND_AUTO([&](){guard.lock();}); in ensure_processing()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-newthread.hpp93 RXCPP_UNWIND_AUTO([]{ in new_worker()
Drx-currentthread.hpp203 RXCPP_UNWIND_AUTO([]{ in schedule()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp1024 #define RXCPP_UNWIND_AUTO(Function) \ macro