feature: Add TimelineWin32 External Semaphore support

Related-To: NEO-14397

Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
Raiyan Latif
2025-03-27 10:25:26 +00:00
committed by Compute-Runtime-Automation
parent 9d47247ef0
commit ee4be92cc1
10 changed files with 227 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ class ExternalSemaphore {
Signaled
};
static std::unique_ptr<ExternalSemaphore> create(OSInterface *osInterface, ExternalSemaphore::Type type, void *handle, int fd);
static std::unique_ptr<ExternalSemaphore> create(OSInterface *osInterface, ExternalSemaphore::Type type, void *handle, int fd, const char *name);
virtual ~ExternalSemaphore() = default;