mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
17 lines
196 B
C++
17 lines
196 B
C++
//
|
|
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#pragma once
|
|
|
|
namespace armnnUtils
|
|
{
|
|
namespace Threads
|
|
{
|
|
|
|
int GetCurrentThreadId();
|
|
|
|
}
|
|
}
|