threads: add references to forgotten thread files
This commit is contained in:
parent
13ef16e183
commit
673dfd87dd
@ -233,9 +233,10 @@ UTIL_FILES = \
|
|||||||
tap.hpp \
|
tap.hpp \
|
||||||
tap.ipp \
|
tap.ipp \
|
||||||
threads/barrier.hpp \
|
threads/barrier.hpp \
|
||||||
threads/condition.hpp \
|
|
||||||
threads/mutex.hpp \
|
threads/mutex.hpp \
|
||||||
|
threads/condition.hpp \
|
||||||
threads/semaphore.hpp \
|
threads/semaphore.hpp \
|
||||||
|
threads/spinlock.cpp \
|
||||||
threads/spinlock.hpp \
|
threads/spinlock.hpp \
|
||||||
threads/thread.hpp \
|
threads/thread.hpp \
|
||||||
time.cpp \
|
time.cpp \
|
||||||
@ -278,7 +279,10 @@ UTIL_FILES += \
|
|||||||
threads/semaphore_posix.cpp \
|
threads/semaphore_posix.cpp \
|
||||||
threads/spinlock_posix.cpp \
|
threads/spinlock_posix.cpp \
|
||||||
threads/thread_posix.cpp \
|
threads/thread_posix.cpp \
|
||||||
|
threads/thread_posix.hpp \
|
||||||
|
threads/thread_posix.ipp \
|
||||||
time_posix.cpp
|
time_posix.cpp
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if PLATFORM_WIN32
|
if PLATFORM_WIN32
|
||||||
@ -289,8 +293,8 @@ UTIL_FILES += \
|
|||||||
library_win32.cpp \
|
library_win32.cpp \
|
||||||
threads/mutex_win32.cpp \
|
threads/mutex_win32.cpp \
|
||||||
threads/mutex_win32.hpp \
|
threads/mutex_win32.hpp \
|
||||||
threads/thread_win32.hpp \
|
|
||||||
threads/thread_win32.cpp \
|
threads/thread_win32.cpp \
|
||||||
|
threads/thread_win32.hpp \
|
||||||
time_win32.cpp \
|
time_win32.cpp \
|
||||||
win32/registry.hpp \
|
win32/registry.hpp \
|
||||||
win32/registry.cpp
|
win32/registry.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user