#include <tb_entry.h>
Inheritance diagram for Tb_entry_sched:
Public Member Functions | |
void | set (Context *ctx, Address ip, unsigned short mode, Context *owner, unsigned short id, unsigned short prio, signed long left, unsigned long quantum) |
unsigned short | mode () const |
Context * | owner () const |
unsigned short | id () const |
unsigned short | prio () const |
unsigned long | quantum () const |
signed long | left () const |
Private Attributes | |
unsigned short | _mode |
Context * | _owner |
unsigned short | _id |
unsigned short | _prio |
signed long | _left |
unsigned long | _quantum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|