freebsd-dev/lib/libpthread
Daniel Eischen fc8f3f5bfe Fix problems with cancellation while in critical regions.
o Cancellation flags were not getting properly set/cleared.
  o Loops waiting for internal locks were not being exited
    correctly by a cancelled thread.
  o Minor spelling (cancelation -> cancellation) and formatting
    corrections (missing tab).

Found by:	tg
Reviewed by:	jasone
1999-12-17 00:57:54 +00:00
..
arch $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
man add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
sys $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
test $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thread Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
Makefile add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00