Changeset 7310 for trunk/src


Ignore:
Timestamp:
Nov 9, 2001, 8:39:33 AM (24 years ago)
Author:
bird
Message:

Prototypes for semaphore fake calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/testcase.h

    r6822 r7310  
    1 /* $Id: testcase.h,v 1.2 2001-09-26 04:01:56 bird Exp $
     1/* $Id: testcase.h,v 1.3 2001-11-09 07:39:33 bird Exp $
    22 *
    33 * Definitions and declarations for testcase moduls.
     
    156156BOOL  KRNLCALL  fakeKSEMQueryMutex(HKSEMMTX hkmtx, PUSHORT pcusNest);
    157157VOID  KRNLCALL  fakeKSEMInit(PKSEM pksem, ULONG fulType, ULONG fulFlags);
     158ULONG KRNLCALL  fakeKSEMRequestExclusive(HKSEMSHR hkshr, ULONG ulTimeout);
     159ULONG KRNLCALL  fakeKSEMRequestShared(HKSEMSHR hkshr, ULONG ulTimeout);
     160VOID  KRNLCALL  fakeKSEMRelease(HKSEM hksem);
     161VOID  KRNLCALL  fakeKSEMQuery(HKSEM hksem, PULONG pul);
     162VOID  KRNLCALL  fakeKSEMResetEvent(HKSEMEVT hkev);
     163VOID  KRNLCALL  fakeKSEMPostEvent(HKSEMEVT hkev);
     164ULONG KRNLCALL  fakeKSEMWaitEvent(HKSEMEVT hkev, ULONG ulTimeout);
     165
     166
    158167extern KSEMMTX  fakeLdrSem;
    159168extern char *   fakeLDRLibPath;
Note: See TracChangeset for help on using the changeset viewer.