Searched refs:ancestor (Results 1 – 4 of 4) sorted by relevance
69 for (const struct smf_state *ancestor = source->parent; ancestor != NULL; in get_lca_of() local70 ancestor = ancestor->parent) { in get_lca_of()71 if (ancestor == dest) { in get_lca_of()72 return ancestor->parent; in get_lca_of()73 } else if (share_paren(dest, ancestor)) { in get_lca_of()74 return ancestor; in get_lca_of()
14 If y, then the state machine framework includes ancestor state support18 bool "Support initial transitions for ancestor states"
38 By default, a state can have no ancestor states, resulting in a flat state133 entry and exit actions of the least common ancestor are not executed on365 re-execute the ancestor\'s entry action or execute the exit action.
107 The :c:macro:`DT_FOREACH_ANCESTOR` macro allows iterating over the ancestor node