diff options
Diffstat (limited to 'lib/locking-selftest-rsem.h')
-rw-r--r-- | lib/locking-selftest-rsem.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/locking-selftest-rsem.h b/lib/locking-selftest-rsem.h new file mode 100644 index 00000000..62da8866 --- /dev/null +++ b/lib/locking-selftest-rsem.h @@ -0,0 +1,14 @@ +#undef LOCK +#define LOCK RSL + +#undef UNLOCK +#define UNLOCK RSU + +#undef RLOCK +#define RLOCK RSL + +#undef WLOCK +#define WLOCK WSL + +#undef INIT +#define INIT RWSI |