static L allThreadsWithACC() { ret filter(allThreads(), func(Thread t) -> bool { !eqOneOf(threadGroupName(t), "InnocuousThreadGroup", "system") }); }