blob: 4cecfd5079b427fc94b5f16c2b58bf5086780a43 [file] [log] [blame]
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnnUtils
{
namespace Threads
{
int GetCurrentThreadId();
}
}