Each scheduler class is linked with one another in a singly linked list, allowing the classes to be iterated (for example, for the purposes of enablement of disablement on a given processor).
每个调度器类都在一对一连接的列表中彼此相连,使类可以迭代(例如,要启用给定处理器的禁用)。
You need to create an instance of the Scheduler class.
您需要创建一个调度类的实例。
A scheduling class defines a common set of functions (via sched_class) that define the behavior of the scheduler.
调度类定义一个通用函数集(通过sched_class),函数集定义调度器的行为。
This class provides better control of nested wait loops in the active scheduler.
在活动调度器中,这个类能更好地控制嵌套的等待循环。
In addition you may create your own scheduler instances and manipulate it using this class.
此外,您可以使用此类创建您自己的计划程序实例和对它进行操作。
This class describes an exception that is thrown whenever an operation is performed which requires a scheduler to be attached to the current context and one is not.
此类描述每当需要一个计划程序来附加到当前的上下文来执行操作,而实际并未如此时引发的异常。
This class describes an exception that is thrown whenever an operation is performed which requires a scheduler to be attached to the current context and one is not.
此类描述每当需要一个计划程序来附加到当前的上下文来执行操作,而实际并未如此时引发的异常。
应用推荐