bunnei
|
d17b7268f6
|
hle: kernel: service_thread: Use std::jthread.
- Fixes a potential deadlock on service thread shutdown.
|
2021-12-06 16:39:18 -08:00 |
|
ameerj
|
d27abf5546
|
core: Remove unused includes
|
2021-11-03 21:42:57 -04:00 |
|
bunnei
|
9d19382daf
|
hle: kernel: service_thread: Take reference to KServerSession on service request.
|
2021-05-20 22:39:44 -07:00 |
|
bunnei
|
83b96b7264
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
|
bunnei
|
236149a59b
|
hle: kernel: service_thread: Make thread naming more consistent.
|
2020-12-29 16:46:29 -08:00 |
|
bunnei
|
b2ef309edb
|
hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.
|
2020-12-29 01:06:39 -08:00 |
|
bunnei
|
3d7b4bfa48
|
hle: kernel: service_thread: Add parameter for thread pool size.
|
2020-12-28 16:33:47 -08:00 |
|
bunnei
|
56be5d7ba9
|
core: hle: server_session: Use separate threads for each service connection.
|
2020-12-28 16:33:47 -08:00 |
|