Rename C++ header files to .hpp
[lttng-tools.git] / src / common / futex.hpp
diff --git a/src/common/futex.hpp b/src/common/futex.hpp
new file mode 100644 (file)
index 0000000..e0faa97
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2011 EfficiOS Inc.
+ * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef _LTT_FUTEX_H
+#define _LTT_FUTEX_H
+
+void futex_wait_update(int32_t *futex, int active);
+void futex_nto1_prepare(int32_t *futex);
+void futex_nto1_wait(int32_t *futex);
+void futex_nto1_wake(int32_t *futex);
+
+#endif /* _LTT_FUTEX_H */
This page took 0.024059 seconds and 4 git commands to generate.