citra/src/core/hle
Subv 06a2e0b591 Kernel/Sessions: Wake up any threads waiting on a ServerSession when its client is closed
The error code 0xC920181A will be returned by svcReplyAndReceive when the wakeup callback runs.
This lets LLE services be properly notified of clients closing the connection so they can end their handler threads instead of letting them linger indefinitely, taking up connection slots in their parent port.
2017-11-06 23:07:08 -05:00
..
applets core: clear format warnings 2017-11-01 12:35:32 +02:00
kernel Kernel/Sessions: Wake up any threads waiting on a ServerSession when its client is closed 2017-11-06 23:07:08 -05:00
service Merge pull request #3029 from shinyquagsire23/am-title-install 2017-11-05 21:23:55 -05:00
config_mem.cpp
config_mem.h
function_wrappers.h SVC: Remove GetPointer usage in CreatePort. 2017-10-04 14:04:03 -05:00
ipc_helpers.h Fixed type conversion ambiguity 2017-09-30 09:34:35 +01:00
ipc.h Fixed type conversion ambiguity 2017-09-30 09:34:35 +01:00
lock.cpp hle/lock: Remove #pragma once in cpp file 2017-10-21 13:59:14 +01:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h
romfs.cpp apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
romfs.h apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
shared_page.cpp
shared_page.h
svc.cpp Kernel/SVC: Implement LLE command buffer translation in ReplyAndReceive. 2017-11-06 10:47:04 -05:00
svc.h