changed from semBCreate to semMCreate

This commit is contained in:
Marty Kraimer
1998-05-20 20:59:46 +00:00
parent 07362375e4
commit 601de8c5e5
5 changed files with 9 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ typedef struct{
#define FASTLOCKINIT(PFAST_LOCK)\
(((FAST_LOCK *)(PFAST_LOCK))->ppend = \
semBCreate(SEM_Q_PRIORITY, SEM_FULL))
semMCreate(SEM_DELETE_SAFE|SEM_INVERSION_SAFE|SEM_Q_PRIORITY))
#define FASTLOCKFREE(PFAST_LOCK)\
semDelete( ((FAST_LOCK *)(PFAST_LOCK))->ppend )
#define FASTLOCK(PFAST_LOCK)\