• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace arm
9 {
10 namespace pipe
11 {
12 
13 int GetCurrentProcessId();
14 
15 } // namespace arm
16 } // namespace pipe
17