Common: Capitalize setCurrentThreadName().

This commit is contained in:
Henrik Rydgård
2021-04-30 23:02:36 -07:00
committed by Unknown W. Brackets
parent 7e21e9a721
commit f4a6d291e1
38 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ void WorkerThread::WaitForCompletion() {
}
void WorkerThread::WorkFunc() {
setCurrentThreadName("Worker");
SetCurrentThreadName("Worker");
std::unique_lock<std::mutex> guard(mutex);
while (active) {
// 'active == false' is one of the conditions for signaling,