source:
trunk/src/opengl/mesa/os2thread.h
Last change on this file was 3597, checked in by , 25 years ago | |
---|---|
File size: 248 bytes |
Rev | Line | |
---|---|---|
[3597] | 1 | /* $Id: os2thread.h,v 1.1 2000-05-23 20:34:54 jeroen Exp $ */ |
2 | typedef ULONG HMTX; | |
3 | ||
4 | extern ULONG _System OS2CreateMutexSem(CHAR*,HMTX*,ULONG,ULONG); | |
5 | extern ULONG _System OS2RequestMutexSem(HMTX,ULONG); | |
6 | extern ULONG _System OS2ReleaseMutexSem(HMTX); |
Note:
See TracBrowser
for help on using the repository browser.