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-04-18 17:17:55 +00:00
2001-04-17 04:18:08 +00:00
2001-02-17 14:51:11 +00:00
2001-04-18 12:56:15 +00:00
2001-04-16 15:53:54 +00:00
2001-04-17 08:56:39 +00:00
2001-04-01 06:37:40 +00:00
2001-04-17 20:45:23 +00:00
2001-03-26 12:41:29 +00:00
2001-03-10 13:02:58 +00:00
2001-03-28 09:17:56 +00:00
2001-04-18 05:45:15 +00:00
2001-04-17 08:56:39 +00:00
2001-03-29 15:05:08 +00:00
2001-03-07 07:09:55 +00:00
2001-03-26 12:41:29 +00:00
2001-04-17 04:18:08 +00:00
2001-04-18 15:08:37 +00:00
2001-03-28 09:17:56 +00:00
2001-03-11 15:28:42 +00:00
2001-04-18 11:19:50 +00:00
2001-04-09 09:39:29 +00:00
2001-03-29 18:10:46 +00:00
2001-04-18 08:33:52 +00:00
2001-03-07 03:37:06 +00:00
2001-04-17 09:59:34 +00:00
2001-02-04 13:13:25 +00:00
2001-03-20 10:42:49 +00:00
2001-04-11 22:04:47 +00:00
2001-04-17 18:08:01 +00:00
2001-04-05 19:45:02 +00:00
2001-02-04 16:08:18 +00:00
2001-01-14 17:25:08 +00:00
2001-04-05 04:20:48 +00:00
2001-03-22 10:38:16 +00:00
2000-12-21 21:44:31 +00:00
2001-04-13 10:50:48 +00:00
2001-04-17 20:45:23 +00:00
2001-04-17 20:45:23 +00:00
2001-04-17 20:45:23 +00:00
2001-04-17 08:56:39 +00:00
2001-03-22 06:51:53 +00:00
2001-04-16 09:15:40 +00:00
2001-04-17 23:56:12 +00:00
2001-04-17 23:56:12 +00:00
2001-02-22 13:46:09 +00:00
2001-04-17 04:18:08 +00:00
2001-03-19 12:50:13 +00:00
2000-11-18 21:01:04 +00:00
2001-04-18 11:19:50 +00:00
2001-03-23 11:48:50 +00:00
2001-04-17 08:56:39 +00:00
2001-04-18 20:24:16 +00:00