From 7ecf913256fb396e3027aac3318d996a716a52ef Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Oct 2021 23:29:21 +0800 Subject: + job system --- Runtime/Threads/Mutex.cpp | 0 Runtime/Threads/Mutex.h | 0 Runtime/Threads/Semaphore.cpp | 0 Runtime/Threads/Semaphore.h | 0 Runtime/Threads/Thread.h | 0 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Runtime/Threads/Mutex.cpp delete mode 100644 Runtime/Threads/Mutex.h delete mode 100644 Runtime/Threads/Semaphore.cpp delete mode 100644 Runtime/Threads/Semaphore.h delete mode 100644 Runtime/Threads/Thread.h (limited to 'Runtime/Threads') diff --git a/Runtime/Threads/Mutex.cpp b/Runtime/Threads/Mutex.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/Runtime/Threads/Mutex.h b/Runtime/Threads/Mutex.h deleted file mode 100644 index e69de29..0000000 diff --git a/Runtime/Threads/Semaphore.cpp b/Runtime/Threads/Semaphore.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/Runtime/Threads/Semaphore.h b/Runtime/Threads/Semaphore.h deleted file mode 100644 index e69de29..0000000 diff --git a/Runtime/Threads/Thread.h b/Runtime/Threads/Thread.h deleted file mode 100644 index e69de29..0000000 -- cgit v1.1-26-g67d0