mirror of
https://github.com/PabloMK7/citra.git
synced 2025-01-09 05:11:37 +01:00
3d000c834b
An HLE service function that wants to perform an async operation should put the caller guest thread to sleep using SleepClientThread, passing in a callback to execute when the thread is resumed. SleepClientThread returns a Kernel::Event that should be signaled to resume the guest thread when the host async operation completes. |
||
---|---|---|
.. | ||
applets | ||
kernel | ||
service | ||
config_mem.cpp | ||
config_mem.h | ||
function_wrappers.h | ||
ipc_helpers.h | ||
ipc.h | ||
lock.cpp | ||
lock.h | ||
result.h | ||
romfs.cpp | ||
romfs.h | ||
shared_page.cpp | ||
shared_page.h | ||
svc.cpp | ||
svc.h |