Searched refs:inactive_threads (Results 1 – 1 of 1) sorted by relevance
148 old_value.inactive_threads() > 0, in sub_inactive_thread()153 old_value.sleeping_threads() <= old_value.inactive_threads(), in sub_inactive_thread()157 old_value.inactive_threads(), in sub_inactive_thread()179 old_value.sleeping_threads() <= old_value.inactive_threads(), in sub_sleeping_thread()183 old_value.inactive_threads(), in sub_sleeping_thread()190 old_value.inactive_threads() > 0, in try_add_sleeping_thread()240 pub(super) fn inactive_threads(self) -> usize { in inactive_threads() method247 self.sleeping_threads() <= self.inactive_threads(), in awake_but_idle_threads()250 self.inactive_threads() in awake_but_idle_threads()252 self.inactive_threads() - self.sleeping_threads() in awake_but_idle_threads()[all …]