blob: 4cecfd5079b427fc94b5f16c2b58bf5086780a43 [file] [log] [blame]
Jim Flynn1fdeb992020-07-09 07:28:37 +01001//
2// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8namespace armnnUtils
9{
10namespace Threads
11{
12
13int GetCurrentThreadId();
14
15}
16}