diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-20 18:53:48 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-02 00:48:40 -0400 |
commit | 28719ee3b4884d182126bddf639e1711b0744b22 (patch) | |
tree | 3c8f4310e23117c330979c2c149d24a82104f04c /src/yuzu/applets/software_keyboard.cpp | |
parent | cb2bce8006189d866fb468b497d1ddcf2fd99ccf (diff) |
kernel/svc: Implement svcGetThreadList
Similarly like svcGetProcessList, this retrieves the list of threads
from the current process. In the kernel itself, a process instance
maintains a list of threads, which are used within this function.
Threads are registered to a process' thread list at thread
initialization, and unregistered from the list upon thread destruction
(if said thread has a non-null owning process).
We assert on the debug event case, as we currently don't implement
kernel debug objects.
Diffstat (limited to 'src/yuzu/applets/software_keyboard.cpp')
0 files changed, 0 insertions, 0 deletions