mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 05:20:37 +00:00
We don't need to be the calling thread to set a thread name.
This commit is contained in:
parent
fd893f730b
commit
7595df4876
@ -315,8 +315,7 @@ class Win32Thread : public Win32Handle<Thread> {
|
||||
~Win32Thread() = default;
|
||||
|
||||
void set_name(std::string name) override {
|
||||
AssertCallingThread();
|
||||
xe::threading::set_name(name);
|
||||
xe::threading::set_name(handle_, name);
|
||||
Thread::set_name(name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user