aboutsummaryrefslogtreecommitdiff
path: root/include/armnnUtils/Threads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnnUtils/Threads.hpp')
-rw-r--r--include/armnnUtils/Threads.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/armnnUtils/Threads.hpp b/include/armnnUtils/Threads.hpp
new file mode 100644
index 0000000000..4cecfd5079
--- /dev/null
+++ b/include/armnnUtils/Threads.hpp
@@ -0,0 +1,16 @@
+//
+// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+namespace armnnUtils
+{
+namespace Threads
+{
+
+int GetCurrentThreadId();
+
+}
+}