summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/service_thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-10/+19
* hle: kernel: service_thread: Make thread naming more consistent.bunnei2020-12-301-1/+1
* hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.bunnei2020-12-291-9/+19
* hle: kernel: service_thread: Add parameter for thread pool size.bunnei2020-12-291-5/+5
* core: hle: server_session: Use separate threads for each service connection.bunnei2020-12-291-0/+100