]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Exit and re-enter the critical section while spinning for a spinlock so
authorjhb <jhb@FreeBSD.org>
Tue, 17 Apr 2001 03:34:52 +0000 (03:34 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 17 Apr 2001 03:34:52 +0000 (03:34 +0000)
commit444804685366d0ba28d4365a9e6df0a05b1d377f
treedc2457ab7f4f947a48f77775e4b625091368b40a
parent2f7121276922798f28a0004b0b66e4064afaf00c
Exit and re-enter the critical section while spinning for a spinlock so
that interrupts can come in while we are waiting for a lock.
sys/kern/kern_mutex.c
sys/kern/subr_turnstile.c