aboutsummaryrefslogtreecommitdiff
path: root/include/armnnUtils/Threads.hpp
blob: 4cecfd5079b427fc94b5f16c2b58bf5086780a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

namespace armnnUtils
{
namespace Threads
{

int GetCurrentThreadId();

}
}