Changeset 6815 for trunk/src/win32k/kKrnlLib/include/OS2KSEM.h
- Timestamp:
- Sep 26, 2001, 5:52:37 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/OS2KSEM.h
r6701 r6815 1 /* $Id: OS2KSEM.h,v 1. 1 2001-09-14 01:50:15bird Exp $1 /* $Id: OS2KSEM.h,v 1.2 2001-09-26 03:52:36 bird Exp $ 2 2 * 3 3 * OS/2 kernel Semaphore functions. … … 156 156 */ 157 157 extern ULONG KRNLCALL KSEMRequestMutex(HKSEMMTX hkmtx, ULONG ulTimeout); 158 extern ULONG KRNLCALL OrgKSEMRequestMutex(HKSEMMTX hkmtx, ULONG ulTimeout); 158 159 extern VOID KRNLCALL KSEMReleaseMutex(HKSEMMTX hkmtx); 160 extern VOID KRNLCALL OrgKSEMReleaseMutex(HKSEMMTX hkmtx); 159 161 extern ULONG KRNLCALL KSEMQueryMutex(HKSEMMTX hkmtx, PUSHORT pcusNest); 162 extern ULONG KRNLCALL OrgKSEMQueryMutex(HKSEMMTX hkmtx, PUSHORT pcusNest); 160 163 161 164 … … 180 183 #endif 181 184 extern VOID KRNLCALL KSEMInit(PKSEM pksem, ULONG fulType, ULONG fulFlags); 185 extern VOID KRNLCALL OrgKSEMInit(PKSEM pksem, ULONG fulType, ULONG fulFlags); 182 186 #if 0 183 187 extern VOID KRNLCALL KSEMQuery(HKSEM hksem, ULONG p2)
Note:
See TracChangeset
for help on using the changeset viewer.