aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Threads.hpp
blob: 1c24a3087b64756b3a12e0245488be163eecc3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

namespace arm
{
namespace pipe
{

int GetCurrentThreadId();

} // namespace pipe
} // namespace arm