version 1.20, 2007/10/19 12:16:42 |
version 1.21, 2007/11/04 17:26:02 |
Line 595 mutex_vector_enter(kmutex_t *mtx) |
|
Line 595 mutex_vector_enter(kmutex_t *mtx) |
|
* or preempted). |
* or preempted). |
* |
* |
* o At any given time, MUTEX_SET_WAITERS() can only ever |
* o At any given time, MUTEX_SET_WAITERS() can only ever |
* be in progress on one CPU in the system - guarenteed |
* be in progress on one CPU in the system - guaranteed |
* by the turnstile chain lock. |
* by the turnstile chain lock. |
* |
* |
* o No other operations other than MUTEX_SET_WAITERS() |
* o No other operations other than MUTEX_SET_WAITERS() |