Files
compute-runtime/shared/source/os_interface/sys_calls_common.h
Dunajski, Bartosz 6e9257c623 Debug flag to force early exit
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2023-04-25 09:44:44 +02:00

23 lines
272 B
C++

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