freebsd-dev/lib/libc_r
Jason Evans 6699b0c6fe 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
2001-05-20 23:08:33 +00:00
..
arch $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
man Fixed typo in the description. 2001-05-18 06:56:03 +00:00
sys $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
test -pthread -> -lc_r 2001-01-24 13:41:04 +00:00
uthread Instead of using a join queue for each thread, use a single pointer to 2001-05-20 23:08:33 +00:00
Makefile Add weak definitions for wrapped system calls. In general: 2001-01-24 13:03:38 +00:00