GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
Atmosphere
Transfer to URL with SHA
Find file
Newer
Older
tree:
77faa00a57
Branches
Tags
×
master
Atmosphere
/
stratosphere
/
pm
/
source
/ pm_process_track.hpp
Michael Scire
on 4 May 2018
113 bytes
ProcessManager: Implement core process management logic.
Raw
Blame
History
#pragma once #include <switch.h> class ProcessTracking { public: static void MainLoop(void *arg); };