Alfred Perlstein a9fa2c05fc Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.

It doesn't look possible to combine them under a single sx lock because
creation may block and we can't have the object list manipulation block
on anything other than a mutex because of interrupt requests.
2001-04-18 20:24:16 +00:00
..
2001-01-24 06:54:24 +00:00
2001-04-12 21:50:03 +00:00
2001-03-28 09:17:56 +00:00