mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
Merged changes from 1.0 branch.
This commit is contained in:
@@ -753,9 +753,6 @@ CArchMultithreadWindows::doThreadFunc(CArchThread thread)
|
||||
lockMutex(m_threadMutex);
|
||||
unlockMutex(m_threadMutex);
|
||||
|
||||
// default priority is slightly below normal
|
||||
setPriorityOfThread(thread, 1);
|
||||
|
||||
void* result = NULL;
|
||||
try {
|
||||
// go
|
||||
|
||||
Reference in New Issue
Block a user