3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 07:05:54 +00:00

17 lines
196 B
C++
Raw Normal View History

2022-04-02 18:06:01 +05:00
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnnUtils
{
namespace Threads
{
int GetCurrentThreadId();
}
}