mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-09 12:48:49 -04:00
common/fiber: make fibers easier to use
This commit is contained in:
@@ -165,7 +165,6 @@ private:
|
||||
*/
|
||||
void UpdateLastContextSwitchTime(KThread* thread, KProcess* process);
|
||||
|
||||
static void OnSwitch(void* this_scheduler);
|
||||
void SwitchToCurrent();
|
||||
|
||||
KThread* prev_thread{};
|
||||
|
||||
Reference in New Issue
Block a user