K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-18T20:24:16.000000Z K 7 svn:log V 306 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. END