Common: Capitalize setCurrentThreadName().
This commit is contained in:
parent
7e21e9a721
commit
f4a6d291e1
38 changed files with 53 additions and 53 deletions
|
@ -225,7 +225,7 @@ void RamCachingFileLoader::StartReadAhead(s64 pos) {
|
|||
if (aheadThread_.joinable())
|
||||
aheadThread_.join();
|
||||
aheadThread_ = std::thread([this] {
|
||||
setCurrentThreadName("FileLoaderReadAhead");
|
||||
SetCurrentThreadName("FileLoaderReadAhead");
|
||||
|
||||
while (aheadRemaining_ != 0 && !aheadCancel_) {
|
||||
// Where should we look?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue