- Add ASSERT_MUTANT and ASSERT_SEMAPHORE to our DDK.
authorAlex Ionescu <aionescu@gmail.com>
Sun, 10 Sep 2006 18:47:53 +0000 (18:47 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 10 Sep 2006 18:47:53 +0000 (18:47 +0000)
commitb5c8cf43e724aba1a2bcb09b96b2a8f0cd507e30
tree514bb4ff4ad35c6de00176566d1fe15136c7d27c
parentda15ddafc8093eafe67c64b14eb25a6191a8b5d9
- Add ASSERT_MUTANT and ASSERT_SEMAPHORE to our DDK.
- Cleanup mutex.c and sem.c. No real code changes, just add ASSERTs, STDCALL->NTAPI, IN/OUT decoration.
- One change though, in KeReleaseMutant, use KeLeaveCriticalRegion instead of manually writing down the code, it's more readable this way.

svn path=/trunk/; revision=24039
reactos/include/ddk/winddk.h
reactos/ntoskrnl/ke/mutex.c
reactos/ntoskrnl/ke/sem.c