1.0.5.49: interrupt & GC & PA handling
[sbcl.git] / doc / manual / threading.texinfo
index bea416c..759ab0f 100644 (file)
@@ -11,7 +11,7 @@ SB-THREAD package.
 
 This requires Linux (2.6+ or systems with NPTL backports) running on the
 x86 or x86-64 architecture, or SunOS (Solaris) on the x86.  Support for
-Darwin (Mac OS X) on the x86 is experimental.
+threading on Darwin (Mac OS X) and FreeBSD on the x86 is experimental.
 
 @menu
 * Threading basics::            
@@ -33,6 +33,9 @@ Darwin (Mac OS X) on the x86 is experimental.
 @include struct-sb-thread-thread.texinfo
 @include var-sb-thread-star-current-thread-star.texinfo
 @include fun-sb-thread-make-thread.texinfo
+@include fun-sb-thread-join-thread.texinfo
+@include condition-sb-thread-join-thread-error.texinfo
+@include fun-sb-thread-join-thread-error-thread.texinfo
 @include fun-sb-thread-thread-alive-p.texinfo
 @include fun-sb-thread-list-all-threads.texinfo
 @include condition-sb-thread-interrupt-thread-error.texinfo