/*
* 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