H A D | db_headers.h | 140 #define WRITELOCK2(this, retval, msg, that) \ argument 145 if (that != 0) { \ 146 WRITEUNLOCKNR(that, lockcode1, msg); \ 152 #define WRITEUNLOCK2(this, that, retval1, retval2, msg1, msg2) \ argument 158 if (that != 0) { \ 159 WRITEUNLOCKNR(that, lockcode2, msg2); \ 169 #define READLOCK2(this, retval, msg, that) \ argument 174 if (that != 0) { \ 175 READUNLOCKNR(that, lockcode1, msg); \ 181 #define READUNLOCK2(this, that, retval1, retval2, msg1, msg2) \ argument [all …]
|