summaryrefslogtreecommitdiff
path: root/lisp/thread.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/thread.el')
-rw-r--r--lisp/thread.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/thread.el b/lisp/thread.el
index efb058c4361..10b88dd93a1 100644
--- a/lisp/thread.el
+++ b/lisp/thread.el
@@ -30,6 +30,13 @@
(eval-when-compile (require 'pcase))
(eval-when-compile (require 'subr-x))
+(declare-function thread-name "thread.c")
+(declare-function thread-signal "thread.c")
+(declare-function thread--blocker "thread.c")
+(declare-function current-thread "thread.c")
+(declare-function thread-live-p "thread.c")
+(declare-function all-threads "thread.c")
+
;;;###autoload
(defun thread-handle-event (event)
"Handle thread events, propagated by `thread-signal'.