#include <tb_entry.h>
Inheritance diagram for Tb_entry_lipc:
Public Member Functions | |
void | set (Context *tid, Address ip, unsigned short type, Global_id old_thread, Global_id new_thread, Address current_utcb_ptr) |
unsigned short | type () const |
Global_id | old_thread () const |
Global_id | new_thread () const |
Address | c_utcb_ptr () const |
Private Attributes | |
short int | _type |
type of entry | |
Global_id | _old |
Global_id | _new |
Address | _c_utcb_ptr |
|
|
|
|
|
|
|
|
|
Reimplemented from Tb_entry. |
|
|
|
|
|
|
|
type of entry
Reimplemented from Tb_entry. |