diff options
Diffstat (limited to 'lisp/thread.el')
-rw-r--r-- | lisp/thread.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/thread.el b/lisp/thread.el index fbbee26929e..1e6e9e75a72 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'. |