|
SimpleKernel 1.17.0
|
中断线程处理结构体 More...

Public Types | |
| using | WorkHandler = void(*)(InterruptWork *) |
Public Attributes | |
| uint64_t | interrupt_no {0} |
| 中断号 | |
| cpu_io::TrapContext * | data {nullptr} |
| 中断上下文 | |
| uint64_t | timestamp {0} |
| 时间戳 | |
| WorkHandler | handler {nullptr} |
| 工作处理函数 | |
中断线程处理结构体
Definition at line 205 of file task_manager.hpp.
| using TaskManager::InterruptWork::WorkHandler = void (*)(InterruptWork*) |
Definition at line 206 of file task_manager.hpp.
| cpu_io::TrapContext* TaskManager::InterruptWork::data {nullptr} |
| WorkHandler TaskManager::InterruptWork::handler {nullptr} |
| uint64_t TaskManager::InterruptWork::interrupt_no {0} |
| uint64_t TaskManager::InterruptWork::timestamp {0} |