- New ERESOURCE implementation: fixes the return value of some functions (VOID vs...
authorAlex Ionescu <aionescu@gmail.com>
Thu, 5 Jan 2006 16:24:32 +0000 (16:24 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 5 Jan 2006 16:24:32 +0000 (16:24 +0000)
- Also, the spinlock is not actually acquired on non-SMP builds; instead, interrupts are blocked and unblocked for acquire/release, this optimizes locking.
- Added many asserts and bugcheck scenarios.
- Added thread priority boosting.
- Added some debugging helpers and deadlock detection.
- Added RESOURCE_NOT_OWNED bugcehck message.
* Thanks again to Waxdragon (Andrew) for testing this build.

svn path=/trunk/; revision=20580


No differences found