source: trunk/src/opengl/mesa/os2thread.h@ 3721

Last change on this file since 3721 was 3597, checked in by jeroen, 25 years ago

* empty log message *

File size: 248 bytes
Line 
1/* $Id: os2thread.h,v 1.1 2000-05-23 20:34:54 jeroen Exp $ */
2typedef ULONG HMTX;
3
4extern ULONG _System OS2CreateMutexSem(CHAR*,HMTX*,ULONG,ULONG);
5extern ULONG _System OS2RequestMutexSem(HMTX,ULONG);
6extern ULONG _System OS2ReleaseMutexSem(HMTX);
Note: See TracBrowser for help on using the repository browser.