diff options
Diffstat (limited to 'Runtime/Threads')
-rw-r--r-- | Runtime/Threads/Mutex.cpp | 0 | ||||
-rw-r--r-- | Runtime/Threads/Mutex.h | 0 | ||||
-rw-r--r-- | Runtime/Threads/Semaphore.cpp | 0 | ||||
-rw-r--r-- | Runtime/Threads/Semaphore.h | 0 | ||||
-rw-r--r-- | Runtime/Threads/Thread.h | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/Runtime/Threads/Mutex.cpp b/Runtime/Threads/Mutex.cpp deleted file mode 100644 index e69de29..0000000 --- a/Runtime/Threads/Mutex.cpp +++ /dev/null diff --git a/Runtime/Threads/Mutex.h b/Runtime/Threads/Mutex.h deleted file mode 100644 index e69de29..0000000 --- a/Runtime/Threads/Mutex.h +++ /dev/null diff --git a/Runtime/Threads/Semaphore.cpp b/Runtime/Threads/Semaphore.cpp deleted file mode 100644 index e69de29..0000000 --- a/Runtime/Threads/Semaphore.cpp +++ /dev/null diff --git a/Runtime/Threads/Semaphore.h b/Runtime/Threads/Semaphore.h deleted file mode 100644 index e69de29..0000000 --- a/Runtime/Threads/Semaphore.h +++ /dev/null diff --git a/Runtime/Threads/Thread.h b/Runtime/Threads/Thread.h deleted file mode 100644 index e69de29..0000000 --- a/Runtime/Threads/Thread.h +++ /dev/null |