cvs commit: src/lib/libthr/thread thr_cond.c thr_join.c thr_kern.c
Jeff Roberson
jeff at FreeBSD.org
Tue Apr 1 14:41:42 PST 2003
jeff 2003/04/01 14:41:41 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_cond.c thr_join.c thr_kern.c
Log:
- Don't drop and reacquire giant in thread_suspend(). Change callers to do
this manually. This will facilitate the unrolling of giant.
- Don't allow giant to recurse anymore. This should never happen.
Revision Changes Path
1.2 +2 -0 src/lib/libthr/thread/thr_cond.c
1.2 +2 -0 src/lib/libthr/thread/thr_join.c
1.2 +4 -38 src/lib/libthr/thread/thr_kern.c
More information about the cvs-src
mailing list