Re: CFR: patch to support creation of multiple mutex pools

2003-07-09 Thread Don Lewis
On 9 Jul, I wrote: > The patch below enhances the mutex pool code to support the creation and > use of multiple mutex pools. It creates one pool of sleep mutexes with > the MTX_NOWITNESS flag for use in building higher level (sx and lockmgr) > locks. It also creates another pool without MTX_NOWIT

CFR: patch to support creation of multiple mutex pools

2003-07-09 Thread Don Lewis
The patch below enhances the mutex pool code to support the creation and use of multiple mutex pools. It creates one pool of sleep mutexes with the MTX_NOWITNESS flag for use in building higher level (sx and lockmgr) locks. It also creates another pool without MTX_NOWITNESS for general purpose use