Home
last modified time | relevance | path

Searched refs: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
748 …return func_state<StateNameTag,entry_action,exit_action,attributes_type,flags_type,deferred_type,B… in build_state()
770 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
774 …return func_state<StateNameTag,entry_action,exit_action,attributes_type,flags_type,deferred_type>(… in build_state()
794 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
796 return func_state<StateNameTag,entry_action,exit_action,attributes_type>(); in build_state()
815 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_state() typedef
816 return func_state<StateNameTag,entry_action,exit_action>(); in build_state()
961 typedef typename boost::result_of<ActionGrammar(Expr2)>::type exit_action; in build_sm() typedef
962 return func_state_machine<StateNameTag,STT,init_type,entry_action,exit_action>(); in build_sm()
[all …]
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c759 struct sigaction sa, def_action, ignore_action, exit_action; in doio() local
837 exit_action.sa_sigaction = cleanup_handler; in doio()
838 exit_action.sa_flags = SA_SIGINFO; in doio()
839 sigemptyset(&exit_action.sa_mask); in doio()
849 exit_action.sa_handler = cleanup_handler; in doio()
850 exit_action.sa_flags = 0; in doio()
851 sigemptyset(&exit_action.sa_mask); in doio()
868 sigaction(i, &exit_action, NULL); in doio()