From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Threads/ThreadSpecificValue.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Runtime/Threads/ThreadSpecificValue.cpp (limited to 'Runtime/Threads/ThreadSpecificValue.cpp') diff --git a/Runtime/Threads/ThreadSpecificValue.cpp b/Runtime/Threads/ThreadSpecificValue.cpp new file mode 100644 index 0000000..6244754 --- /dev/null +++ b/Runtime/Threads/ThreadSpecificValue.cpp @@ -0,0 +1,7 @@ +#include "UnityPrefix.h" +#include "ThreadSpecificValue.h" + +#if UNITY_DYNAMIC_TLS + + +#endif // UNITY_DYNAMIC_TLS -- cgit v1.1-26-g67d0