SimpleKernel 1.17.0
Loading...
Searching...
No Matches
cfs_scheduler.hpp File Reference
#include <etl/multiset.h>
#include <cassert>
#include <cstdint>
#include "kernel_config.hpp"
#include "kernel_log.hpp"
#include "scheduler_base.hpp"
#include "task_control_block.hpp"
Include dependency graph for cfs_scheduler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CfsScheduler
 CFS (Completely Fair Scheduler) 调度器 More...
 
struct  CfsScheduler::VruntimeCompare
 vruntime 比较器 (用于 multiset 红黑树) More...