Searched refs:get_action (Results 1 – 3 of 3) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-eventloop.hpp | 55 controller.schedule(lifetime, scbl.get_action()); in schedule() 59 controller.schedule(when, lifetime, scbl.get_action()); in schedule()
|
/external/toybox/toys/pending/ |
D | route.c | 174 static int get_action(char ***argv, struct _arglist *list) in get_action() function 263 int action = get_action(&argv, arglist1); //verify the arg for add/del. in setroute() 267 arg2_action = get_action(&argv, arglist2); //verify the arg for -net or -host in setroute() 354 int sockfd, action = get_action(&argv, arglist1); in setroute_inet6()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-scheduler.hpp | 557 inline const action& get_action() const { in get_action() function in rxcpp::schedulers::schedulable 560 inline action& get_action() { in get_action() function in rxcpp::schedulers::schedulable 789 return schedulable(cs, scbl.get_worker(), scbl.get_action()); in make_schedulable() 793 return schedulable(cs, sc, scbl.get_action()); in make_schedulable() 797 return schedulable(scbl, sc, scbl.get_action()); in make_schedulable()
|