|
NUMA++ 0.11.0
|
Represents SCHED_IDLE scheduler policy.
More...
#include <numapp/scheduler.hpp>
Public Member Functions | |
| std::error_code | Apply () const noexcept |
| Apply policy to calling thread. | |
Related Symbols | |
(Note that these are not member symbols.) | |
| std::ostream & | operator<< (std::ostream &os, IdleScheduler const &scheduler) |
| Formats scheduler and inserts it to os. | |
Apply Scheduler to Specified Thread | |
Applies scheduler to specified thread. | |
| std::error_code | Apply (pid_t thread, IdleScheduler const &scheduler) noexcept |
| Apply idle scheduler to specified thread. | |
Apply Scheduler to Current Thread | |
Applies specified scheduler to current thread. | |
| std::error_code | Apply (IdleScheduler const &scheduler) noexcept |
| Apply idle scheduler to this thread. | |
Represents SCHED_IDLE scheduler policy.
It does not use either dynamic or static priority and is only scheduled to execute if no other task is ready to run.
Definition at line 167 of file scheduler.hpp.
|
Formats scheduler and inserts it to os.
| os | output stream to insert into. |
| scheduler | IdleScheduler to format. |