static S renderRunnableThreadsWithStackTraces() { ret renderUserThreadsWithStackTraces(mapWithoutKey(filterMap(f isThreadRunnable_x, Thread.getAllStackTraces()), currentThread()), "running thread"); }