22 #include "SignalData.hpp"
35 friend class MutexManager;
37 friend bool printUTIL_LOCK_REQ(FILE *,
const Uint32 *, Uint32, Uint16);
39 STATIC_CONST( SignalLength = 5 );
62 friend class MutexManager;
69 friend bool printUTIL_LOCK_CONF(FILE *,
const Uint32 *, Uint32, Uint16);
71 STATIC_CONST( SignalLength = 4 );
86 friend class MutexManager;
93 friend bool printUTIL_LOCK_REF(FILE *,
const Uint32 *, Uint32, Uint16);
95 STATIC_CONST( SignalLength = 5 );
100 OutOfLockRecords = 2,
101 DistributedLockNotSupported = 3,
125 friend class MutexManager;
127 friend bool printUTIL_UNLOCK_REQ(FILE *,
const Uint32 *, Uint32, Uint16);
129 STATIC_CONST( SignalLength = 3 );
143 friend class MutexManager;
150 friend bool printUTIL_UNLOCK_CONF(FILE *,
const Uint32 *, Uint32, Uint16);
152 STATIC_CONST( SignalLength = 3 );
166 friend class MutexManager;
173 friend bool printUTIL_UNLOCK_REF(FILE *,
const Uint32 *, Uint32, Uint16);
175 STATIC_CONST( SignalLength = 4 );
204 friend bool printUTIL_CREATE_LOCK_REQ(FILE *,
const Uint32*, Uint32, Uint16);
210 STATIC_CONST( SignalLength = 4 );
230 friend bool printUTIL_CREATE_LOCK_REF(FILE *,
const Uint32*, Uint32, Uint16);
234 OutOfLockQueueRecords = 1,
235 LockIdAlreadyUsed = 2,
236 UnsupportedLockType = 3
239 STATIC_CONST( SignalLength = 4 );
259 friend bool printUTIL_CREATE_LOCK_CONF(FILE*,
const Uint32*, Uint32, Uint16);
261 STATIC_CONST( SignalLength = 3 );
283 friend bool printUTIL_DESTROY_LOCK_REQ(FILE *,
const Uint32*, Uint32, Uint16);
285 STATIC_CONST( SignalLength = 4 );
304 friend bool printUTIL_DESTROY_LOCK_REF(FILE *,
const Uint32*, Uint32, Uint16);
312 STATIC_CONST( SignalLength = 4 );
332 friend bool printUTIL_DESTROY_LOCK_CONF(FILE*,
const Uint32*, Uint32, Uint16);
334 STATIC_CONST( SignalLength = 3 );