Home
last modified time | relevance | path

Searched defs:exit_action (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp744 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
770 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
794 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
815 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
961 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
985 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
1013 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
1050 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
1091 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
1134 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
[all …]
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c759 struct sigaction sa, def_action, ignore_action, exit_action; in doio() local