Function: thread-list--name

thread-list--name is a byte-compiled function defined in thread.el.gz.

Signature

(thread-list--name THREAD)

Source Code

;; Defined in /usr/src/emacs/lisp/thread.el.gz
(defun thread-list--name (thread)
  (or (thread-name thread)
      (and (eq thread main-thread) "Main")
      (prin1-to-string thread)))