Home
last modified time | relevance | path

Searched refs:current_generations (Results 1 – 3 of 3) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dtopic_monitor.h252 generation_list_t current_generations() { return updated_gens(); } in current_generations() function
255 generation_t generation_for_topic(topic_t topic) { return current_generations().at(topic); } in generation_for_topic()
H A Dproc.cpp266 gens_ = topic_monitor_t::principal().current_generations(); in check_generations_before_launch()
H A Dfish_tests.cpp6331 gen = monitor.current_generations(); in test_topic_monitor_torture()