mtm 2003/05/29 13:40:51 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_create.c
Log:
It's unnecessary to lock the thread during creation. Simply extend
the scope of the active thread list lock.
Approved by: re/jhb
Revision Changes Path
1.10 +2 -5 src/lib/libthr/thread/thr_create.c