Files
compute-runtime/shared/source/os_interface/windows
Fabian Zwolinski 0538f0524a refactor: make os_handle.h non os specific
Use the same file `os_handle.h` on both
Linux and Windows.
Change implementation of `HandleType` -> `UnifiedHandle` to
`std::variant<int, void *>`
use `int` on Linux
use `void *` on Windows

Related-To: NEO-8092
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
2023-09-15 15:53:41 +02:00
..
2022-07-08 17:02:19 +02:00
2023-01-24 14:37:36 +01:00
2023-01-24 14:37:36 +01:00
2022-05-18 11:42:06 +02:00
2022-05-18 11:42:06 +02:00
2023-03-08 17:55:23 +01:00