Searched refs:new_task_count (Results 1 – 1 of 1) sorted by relevance
417 let new_task_count = task_count.load(Ordering::SeqCst); in run() localVariable418 if new_task_count == previous_task_count { in run()421 previous_task_count = new_task_count; in run()