diff options
Diffstat (limited to '')
-rw-r--r-- | lib/locking-selftest-wlock.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/locking-selftest-wlock.h b/lib/locking-selftest-wlock.h new file mode 100644 index 000000000..0bc51c8cf --- /dev/null +++ b/lib/locking-selftest-wlock.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#undef LOCK +#define LOCK WL + +#undef UNLOCK +#define UNLOCK WU + +#undef RLOCK +#define RLOCK RL + +#undef WLOCK +#define WLOCK WL + +#undef INIT +#define INIT RWI |