Add a thread flag, TDF_MPSAFE, which is used during thread creation to
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Nov 2005 18:49:27 +0000 (18:49 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Nov 2005 18:49:27 +0000 (18:49 +0000)
commitc2fba90bb5615d64e588ad2d773fb2ca0897a740
treeb8aee021fd367a186ca0e179092f4c6850dd746f
parent9d522d149e48a8a5de1c2bc76680a1edc3723288
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.
sys/kern/lwkt_thread.c
sys/sys/thread.h