3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-19 05:35:53 +00:00

17 lines
196 B
C++
Raw Normal View History

//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnnUtils
{
namespace Threads
{
int GetCurrentThreadId();
}
}