#include <DeferredTimeAccounting.h>
|
| static constexpr CpuTimeMode | interrupted (bool fromUserspace) |
| |
| static constexpr CpuTimeMode | handler () |
| |
| static constexpr CpuTimeMode | resumed (bool fromUserspace) |
| |
The mode transitions made by a syscall or interrupt kernel scope.
Definition at line 29 of file DeferredTimeAccounting.h.
◆ handler()
| static constexpr CpuTimeMode KernelTimeTransition::handler |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ interrupted()
| static constexpr CpuTimeMode KernelTimeTransition::interrupted |
( |
bool |
fromUserspace | ) |
|
|
inlinestaticconstexpr |
◆ resumed()
| static constexpr CpuTimeMode KernelTimeTransition::resumed |
( |
bool |
fromUserspace | ) |
|
|
inlinestaticconstexpr |
The documentation for this class was generated from the following file: