Changeset 7843 for trunk/src


Ignore:
Timestamp:
Feb 8, 2002, 3:27:19 PM (24 years ago)
Author:
bird
Message:

Testcase 3 is now 'working'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/test/Zombie.c

    r5239 r7843  
    1 /* $Id: Zombie.c,v 1.1 2001-02-21 22:29:29 bird Exp $
     1/* $Id: Zombie.c,v 1.2 2002-02-08 14:27:19 bird Exp $
    22 *
    33 * Zombie Process creator
     
    232232VOID _System Zombie3ExitList(ULONG ul)
    233233{
    234     DosSleep(-1);
    235 }
     234    while (1)
     235    {
     236        ULONG ul;
     237        DosSleep(-1);
     238        DosWrite((HFILE)1, "zombie3: iterated\r\n", sizeof("zombie3: iterated\r\n") - 1, &ul);
     239    }
     240}
Note: See TracChangeset for help on using the changeset viewer.