RE: submission of new Windows rwlock code

2003-06-18 Thread Marc M. Adkins
> At 07:05 PM 6/17/2003, Marc M. Adkins wrote: > >I've re-coded the Windows rwlock based on the OS/2 algorithm > implemented by > >Brian Havard. My test program doesn't show starvation with this > algorithm. > >I'm assuming that the code is stable and works correctly on > OS/2, and it's > >essenti

Re: submission of new Windows rwlock code

2003-06-18 Thread William A. Rowe, Jr.
At 07:05 PM 6/17/2003, Marc M. Adkins wrote: >I've re-coded the Windows rwlock based on the OS/2 algorithm implemented by >Brian Havard. My test program doesn't show starvation with this algorithm. >I'm assuming that the code is stable and works correctly on OS/2, and it's >essentially the same co

Re: submission of new Windows rwlock code

2003-06-18 Thread Bill Stoddard
Marc M. Adkins wrote: I've re-coded the Windows rwlock based on the OS/2 algorithm implemented by Brian Havard. My test program doesn't show starvation with this algorithm. I'm assuming that the code is stable and works correctly on OS/2, and it's essentially the same code here, plus it passes all

submission of new Windows rwlock code

2003-06-17 Thread Marc M. Adkins
I've re-coded the Windows rwlock based on the OS/2 algorithm implemented by Brian Havard. My test program doesn't show starvation with this algorithm. I'm assuming that the code is stable and works correctly on OS/2, and it's essentially the same code here, plus it passes all the tests I know how