HomeSort by relevance Sort by last modified time
    Searched refs:time_schedulable (Results 1 - 3 of 3) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
rx-virtualtime.hpp 47 typedef time_schedulable<long> item_type;
rx-currentthread.hpp 21 typedef time_schedulable<clock::time_point> item_type;
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-scheduler.hpp 871 struct time_schedulable struct in namespace:rxcpp::schedulers::detail
875 time_schedulable(TimePoint when, schedulable a) function in struct:rxcpp::schedulers::detail::time_schedulable
885 // Sorts time_schedulable items in priority order sorted
886 // on value of time_schedulable.when. Items with equal
891 typedef time_schedulable<TimePoint> item_type;

Completed in 204 milliseconds