mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-19 05:35:53 +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();
|
||
|
|
||
|
}
|
||
|
}
|