mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
feature: Add TimelineWin32 External Semaphore support
Related-To: NEO-14397 Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9d47247ef0
commit
ee4be92cc1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user