#include #include #include #include #include #include "./debugging.hpp" //main thread manager class Threadweaver{ public: static std::vector captureThreads; static std::thread* hardwareWatcherThread; static std::thread* gfxPipelineThread; static std::thread* mergerThread; static std::thread* osUiDrawerThread; static void stick_this_thread_to_core(std::thread* t,int core_id); };