compute-runtime/shared/source/os_interface/sys_calls_common.h

21 lines
250 B
C++

/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
namespace SysCalls {
unsigned int getProcessId();
unsigned long getNumThreads();
} // namespace SysCalls
} // namespace NEO