X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fthreading.texinfo;h=0f01ba6f0420b2858c3b5b1fbd41861665b6d684;hb=f0da2f63aa0b4e6d4dbf884854a4bf2dfdd01fc0;hp=21d27560ced2d921352736c3d9c441959ecfe77d;hpb=4ce962e92568e52624959d8abc83f609abc3605c;p=sbcl.git diff --git a/doc/manual/threading.texinfo b/doc/manual/threading.texinfo index 21d2756..0f01ba6 100644 --- a/doc/manual/threading.texinfo +++ b/doc/manual/threading.texinfo @@ -44,12 +44,16 @@ directions. @include fun-sb-thread-list-all-threads.texinfo @include fun-sb-thread-thread-alive-p.texinfo @include fun-sb-thread-thread-name.texinfo +@include fun-sb-thread-main-thread-p.texinfo +@include fun-sb-thread-main-thread.texinfo -@subsection Making, Joining, and Yielding Threads +@subsection Making, Returning From, Joining, and Yielding Threads @include fun-sb-thread-make-thread.texinfo -@include fun-sb-thread-thread-yield.texinfo +@include macro-sb-thread-return-from-thread.texinfo +@include fun-sb-thread-abort-thread.texinfo @include fun-sb-thread-join-thread.texinfo +@include fun-sb-thread-thread-yield.texinfo @subsection Asynchronous Operations @@ -318,9 +322,6 @@ it back into the background before it resumes. Arbitration for the input stream is managed by calls to @code{sb-thread:get-foreground} (which may block) and @code{sb-thread:release-foreground}. -@code{sb-ext:quit} terminates all threads in the current session, but -leaves other sessions running. - @node Foreign threads @comment node-name, next, previous, up @section Foreign threads