1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 28719ee3b4 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.
2019-04-02 00:48:40 -04:00
..
audio_core core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
core kernel/svc: Implement svcGetThreadList 2019-04-02 00:48:40 -04:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
tests Fixes and corrections on formatting. 2019-03-27 14:49:43 -04:00
video_core general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2301 from FearlessTobi/remove-amiibo-setting 2019-04-01 15:02:08 -04:00
yuzu_cmd core/yuzu: Remove enable_nfc setting 2019-03-29 15:02:28 +01:00
.clang-format
CMakeLists.txt CMakeLists: Move off of modifying CMAKE_*-related flags 2019-03-17 06:55:24 -04:00