The Pedigree Project 0.1
Static Public Member Functions | List of all members
KernelTimeTransition Class Reference

#include <DeferredTimeAccounting.h>

+ Collaboration diagram for KernelTimeTransition:

Static Public Member Functions

static constexpr CpuTimeMode interrupted (bool fromUserspace)
 
static constexpr CpuTimeMode handler ()
 
static constexpr CpuTimeMode resumed (bool fromUserspace)
 

Detailed Description

The mode transitions made by a syscall or interrupt kernel scope.

Definition at line 29 of file DeferredTimeAccounting.h.

Member Function Documentation

◆ handler()

static constexpr CpuTimeMode KernelTimeTransition::handler ( )
inlinestaticconstexpr

Definition at line 35 of file DeferredTimeAccounting.h.

◆ interrupted()

static constexpr CpuTimeMode KernelTimeTransition::interrupted ( bool  fromUserspace)
inlinestaticconstexpr

Definition at line 31 of file DeferredTimeAccounting.h.

◆ resumed()

static constexpr CpuTimeMode KernelTimeTransition::resumed ( bool  fromUserspace)
inlinestaticconstexpr

Definition at line 39 of file DeferredTimeAccounting.h.


The documentation for this class was generated from the following file: