Sleep main thread of the first ever launched non-sysmodule process.
| 339 | |
| 340 | /// Sleep main thread of the first ever launched non-sysmodule process. |
| 341 | void SetAppMainThreadExtendedSleep(bool requires_sleep) { |
| 342 | main_thread_extended_sleep = requires_sleep; |
| 343 | } |
| 344 | |
| 345 | bool GetAppMainThreadExtendedSleep() const { |
| 346 | return main_thread_extended_sleep; |
no outgoing calls
no test coverage detected