Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-runloop.hpp38 std::function<void(clock_type::time_point)> notify_earlier_wakeup; member
81 const bool need_earlier_wakeup_notification = st->notify_earlier_wakeup && in schedule()
85 if (need_earlier_wakeup_notification) st->notify_earlier_wakeup(when); in schedule()
200 state->notify_earlier_wakeup = f; in set_notify_earlier_wakeup()