cvs commit: src/sys/kern lwkt_thread.c src/sys/sys thread.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Nov 21 10:50:52 PST 2005
dillon 2005/11/21 10:49:28 PST
DragonFly src repository
Modified files:
sys/kern lwkt_thread.c
sys/sys thread.h
Log:
Add a thread flag, TDF_MPSAFE, which is used during thread creation to
determine whether the thread should initially be holding the MP lock or not.
Revision Changes Path
1.87 +4 -1 src/sys/kern/lwkt_thread.c
1.74 +1 -0 src/sys/sys/thread.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_thread.c.diff?r1=1.86&r2=1.87&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/thread.h.diff?r1=1.73&r2=1.74&f=u
More information about the Commits
mailing list