davidxu 2003/12/08 18:37:40 PST
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_spinlock.c
Log:
Use mutex instead of low level thread lock to implement spinlock, this
avoids signal to be blocked when otherwise it can be handled.
Revision Changes Path
1.21 +18 -30 src/lib/libpthread/thread/thr_spinlock.c