index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
service_thread.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: hle: kernel: Allocate dummy threads on host thread storage.
bunnei
2022-03-15
1
-4
/
+1
*
hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit.
bunnei
2022-01-21
1
-0
/
+5
*
hle: kernel: service_thread: Force stop threads on destruction.
bunnei
2021-12-07
1
-1
/
+7
*
hle: kernel: service_thread: Use std::jthread.
bunnei
2021-12-07
1
-18
/
+19
*
core: Remove unused includes
ameerj
2021-11-04
1
-4
/
+0
*
hle: kernel: service_thread: Take reference to KServerSession on service request.
bunnei
2021-05-21
1
-9
/
+5
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-10
/
+19
*
hle: kernel: service_thread: Make thread naming more consistent.
bunnei
2020-12-30
1
-1
/
+1
*
hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.
bunnei
2020-12-29
1
-9
/
+19
*
hle: kernel: service_thread: Add parameter for thread pool size.
bunnei
2020-12-29
1
-5
/
+5
*
core: hle: server_session: Use separate threads for each service connection.
bunnei
2020-12-29
1
-0
/
+100