# File lib/debug.rb, line 835
  def thread_list_all
    for th in @thread_list.values.sort
      thread_list(th)
    end
  end