Lines Matching defs:that
140 #define WRITELOCK2(this, retval, msg, that) \
145 if (that != 0) { \
146 WRITEUNLOCKNR(that, lockcode1, msg); \
152 #define WRITEUNLOCK2(this, that, retval1, retval2, msg1, msg2) \
158 if (that != 0) { \
159 WRITEUNLOCKNR(that, lockcode2, msg2); \
169 #define READLOCK2(this, retval, msg, that) \
174 if (that != 0) { \
175 READUNLOCKNR(that, lockcode1, msg); \
181 #define READUNLOCK2(this, that, retval1, retval2, msg1, msg2) \
187 if (that != 0) { \
188 READUNLOCKNR(that, lockcode2, msg2); \