mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
pm: implement correct application thread boosting mechanism
This commit is contained in:
parent
2d0c881ffe
commit
08ad48fbf3
6 changed files with 50 additions and 26 deletions
|
@ -25,7 +25,7 @@ namespace sts::pm::resource {
|
|||
/* Resource API. */
|
||||
Result InitializeResourceManager();
|
||||
Result BoostSystemMemoryResourceLimit(u64 boost_size);
|
||||
Result BoostSystemThreadResourceLimit();
|
||||
Result BoostApplicationThreadResourceLimit();
|
||||
Handle GetResourceLimitHandle(ResourceLimitGroup group);
|
||||
Handle GetResourceLimitHandle(const ldr::ProgramInfo *info);
|
||||
void WaitResourceAvailable(const ldr::ProgramInfo *info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue