summaryrefslogtreecommitdiff
path: root/Runtime/Threading/JobSystem.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 09:48:47 +0800
committerchai <chaifix@163.com>2021-10-26 09:48:47 +0800
commitef7aedf5f272c52247d8ee9522d7b2896d21af63 (patch)
treec1259190bd51ed1225017507cd01612cc5a73a8c /Runtime/Threading/JobSystem.h
parente7c760c884d90ef22fe46508b18081fe6e0f9291 (diff)
*misc
Diffstat (limited to 'Runtime/Threading/JobSystem.h')
-rw-r--r--Runtime/Threading/JobSystem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Runtime/Threading/JobSystem.h b/Runtime/Threading/JobSystem.h
index c95037c..7f8148a 100644
--- a/Runtime/Threading/JobSystem.h
+++ b/Runtime/Threading/JobSystem.h
@@ -17,6 +17,9 @@ public:
private:
WorkThread* SelectThread();
+ bool m_Initialized;
std::vector<WorkThread*> m_Threads;
+ int m_Cur;
+ int m_ThreadCount;
}; \ No newline at end of file