tipc: enable named-thread dispatch

This commit is contained in:
Michael Scire 2021-10-15 19:59:29 -07:00
parent d1bc1a5c57
commit ff5f376c33
3 changed files with 30 additions and 5 deletions

View file

@ -72,7 +72,7 @@ namespace ams::sm {
void LoopProcessTipcServer() {
/* Loop processing the server on all threads. */
g_server_manager.LoopAuto();
g_server_manager.LoopAuto(AMS_GET_SYSTEM_THREAD_PRIORITY(sm, DispatcherThread), AMS_GET_SYSTEM_THREAD_NAME(sm, DispatcherThread));
}
void TriggerResume(sm::ServiceName service_name) {