Thread names.

This commit is contained in:
Ben Vanik
2015-01-03 03:42:27 -08:00
parent 3e61cc95cd
commit 76c41edfd6
3 changed files with 6 additions and 2 deletions

View File

@@ -62,8 +62,8 @@ X_STATUS AudioSystem::Setup() {
}
void AudioSystem::ThreadStart() {
poly::threading::set_name("AudioSystemThread");
xe::Profiler::ThreadEnter("AudioSystemThread");
poly::threading::set_name("Audio Worker");
xe::Profiler::ThreadEnter("Audio Worker");
// Initialize driver and ringbuffer.
Initialize();