summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/service_thread.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-30hle: kernel: service_thread: Make thread naming more consistent.bunnei1-1/+1
2020-12-29hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.bunnei1-9/+19
2020-12-29hle: kernel: service_thread: Add parameter for thread pool size.bunnei1-5/+5
2020-12-29core: hle: server_session: Use separate threads for each service connection.bunnei1-0/+100