common/fiber: make fibers easier to use
This commit is contained in:
parent
603952bc27
commit
ed0319cfed
9 changed files with 79 additions and 170 deletions
|
@ -165,7 +165,6 @@ private:
|
|||
*/
|
||||
void UpdateLastContextSwitchTime(KThread* thread, KProcess* process);
|
||||
|
||||
static void OnSwitch(void* this_scheduler);
|
||||
void SwitchToCurrent();
|
||||
|
||||
KThread* prev_thread{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue