summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/service_thread.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-2/+2
2020-12-29hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.bunnei1-1/+2
2020-12-29hle: kernel: service_thread: Add parameter for thread pool size.bunnei1-1/+1
2020-12-29core: hle: server_session: Use separate threads for each service connection.bunnei1-0/+27