mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "fix: avoid joining thread in deferred deleter"
This reverts commit 38a3667304.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
908cd0abb7
commit
331b515478
@@ -16,7 +16,6 @@ class ThreadWin : public Thread {
|
||||
public:
|
||||
ThreadWin(std::thread *thread);
|
||||
void join() override;
|
||||
void detach() override;
|
||||
void yield() override;
|
||||
~ThreadWin() override = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user