summaryrefslogtreecommitdiffstats
path: root/regressions/ck_spinlock/ck_fas.h
diff options
context:
space:
mode:
Diffstat (limited to 'regressions/ck_spinlock/ck_fas.h')
-rw-r--r--regressions/ck_spinlock/ck_fas.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/regressions/ck_spinlock/ck_fas.h b/regressions/ck_spinlock/ck_fas.h
new file mode 100644
index 0000000..e244746
--- /dev/null
+++ b/regressions/ck_spinlock/ck_fas.h
@@ -0,0 +1,6 @@
+#define LOCK_NAME "ck_fas"
+#define LOCK_DEFINE static ck_spinlock_fas_t CK_CC_CACHELINE lock = CK_SPINLOCK_FAS_INITIALIZER
+#define LOCK ck_spinlock_fas_lock_eb(&lock)
+#define UNLOCK ck_spinlock_fas_unlock(&lock)
+#define LOCKED ck_spinlock_fas_locked(&lock)
+