#include <deadline_timeout.h>
Inheritance diagram for Deadline_timeout:
Public Member Functions | |
Deadline_timeout (Preemption *const preemption) | |
Deadline_timeout constructor. | |
Private Member Functions | |
Context *const | owner () const |
bool | expired () |
Timeout expiration callback function. | |
Private Attributes | |
Preemption *const | _preemption |
Preemption role notified for P-IPC. | |
Friends | |
class | Jdb_list_timeouts |
|
Deadline_timeout constructor.
|
|
Timeout expiration callback function.
Implements Timeout. |
|
|
|
Reimplemented from Timeout. |
|
Preemption role notified for P-IPC.
|