cvs commit: src/lib/libthr/thread thr_create.c
Mike Makonnen
mtm at FreeBSD.org
Mon Dec 15 01:35:04 PST 2003
mtm 2003/12/15 01:35:02 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_create.c
Log:
When creating a pthread in the suspended state their were two
problems: (1) The wrong flag was being checked for in the attribute
(2) The pthread's state was not being set to indicate it was
suspended.
Noticed by: Igor Sysoev <is at rambler-co.ru>
Revision Changes Path
1.11 +4 -2 src/lib/libthr/thread/thr_create.c
More information about the cvs-src
mailing list