Lines Matching full:actions
20 Entry actions, another function implements the Run actions, and the last
21 function implements the Exit actions. The prototype for these functions is as
114 Preventing Parent Run Actions
125 should be called. It can be called from the entry, run, or exit actions. The
133 entry and exit actions of the least common ancestor are not executed on
141 1. Executing the actions associated with the transition within the context
142 of the source state, rather than after the exit actions are performed.
145 3. Prohibiting transitions using :c:func:`smf_set_state` in exit actions.
335 /* Child states do not have entry or exit actions */
338 /* State S2 do not have entry or exit actions and no parent */
362 - Ancestor entry actions are executed before the sibling entry actions. For
368 - Ancestor exit actions are executed after the exit action of the current