static L registeredThreads(O module) { Map map = cast getOpt(o, _registerThread_threads"); if (map == null) ret ll(); synchronized(map) { ret asList(keys(map)); } }