update for HEAD-2003091401
[reactos.git] / ntoskrnl / ke / critical.c
index d6179ab..d0fae26 100644 (file)
 
 /* FUNCTIONS *****************************************************************/
 
+/*
+ * @implemented
+ */
 VOID STDCALL KeEnterCriticalRegion (VOID)
 {
    DPRINT("KeEnterCriticalRegion()\n");
    KeGetCurrentThread()->KernelApcDisable -= 1;
 }
 
+/*
+ * @implemented
+ */
 VOID STDCALL KeLeaveCriticalRegion (VOID)
 {
    DPRINT("KeLeaveCriticalRegion()\n");