K 10 svn:author V 6 jasone K 8 svn:date V 27 2001-05-20T23:08:33.000000Z K 7 svn:log V 306 Instead of using a join queue for each thread, use a single pointer to keep track of a joiner. POSIX only supports a single joiner, so this simplification is acceptable. At the same time, make sure to mark a joined thread as detached so that its resources can be freed. Reviewed by: deischen PR: 24345 END