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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
service: refactor server architecture
Liam
1
-206
/
+0
2022-12-09
Remove the lock entirely as per PR discussion
Salvage
1
-3
/
+0
2022-12-04
service_thread: fix uninitialized memory usage
Liam
1
-7
/
+7
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+1
2022-11-10
service_thread: remove explicit KProcess
Liam
1
-25
/
+2
2022-11-10
kernel/svc_types: refresh
Liam
1
-2
/
+2
2022-11-04
service_thread: register service threads to the logical owner process
Liam
1
-6
/
+18
2022-10-31
k_server_session: add SendReplyHLE
Liam
1
-1
/
+1
2022-10-31
service_thread: convert to map for session management
Liam
1
-23
/
+21
2022-10-31
kernel: invert session request handling flow
Liam
1
-65
/
+167
2022-10-04
common: remove "yuzu:" prefix from thread names
Liam
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-15
core: hle: kernel: Allocate dummy threads on host thread storage.
bunnei
1
-4
/
+1
2022-01-21
hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit.
bunnei
1
-0
/
+5
2021-12-07
hle: kernel: service_thread: Force stop threads on destruction.
bunnei
1
-1
/
+7
2021-12-07
hle: kernel: service_thread: Use std::jthread.
bunnei
1
-18
/
+19
2021-11-04
core: Remove unused includes
ameerj
1
-4
/
+0
2021-05-21
hle: kernel: service_thread: Take reference to KServerSession on service request.
bunnei
1
-9
/
+5
2021-05-06
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
1
-10
/
+19
2020-12-30
hle: kernel: service_thread: Make thread naming more consistent.
bunnei
1
-1
/
+1
2020-12-29
hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.
bunnei
1
-9
/
+19
2020-12-29
hle: kernel: service_thread: Add parameter for thread pool size.
bunnei
1
-5
/
+5
2020-12-29
core: hle: server_session: Use separate threads for each service connection.
bunnei
1
-0
/
+100