mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
kern: SvcGetProcessInfo, SvcTerminateProcess
This commit is contained in:
parent
632a75eee7
commit
afe7e41de8
3 changed files with 71 additions and 4 deletions
libraries/libmesosphere/source
|
@ -277,6 +277,10 @@ namespace ams::kern {
|
|||
MESOSPHERE_UNIMPLEMENTED();
|
||||
}
|
||||
|
||||
Result KProcess::Terminate() {
|
||||
MESOSPHERE_UNIMPLEMENTED();
|
||||
}
|
||||
|
||||
Result KProcess::AddSharedMemory(KSharedMemory *shmem, KProcessAddress address, size_t size) {
|
||||
/* Lock ourselves, to prevent concurrent access. */
|
||||
KScopedLightLock lk(this->state_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue