mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 16:54:50 +02:00
Common: Capitalize setCurrentThreadName().
This commit is contained in:
committed by
Unknown W. Brackets
parent
7e21e9a721
commit
f4a6d291e1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user