Expand description
Task-context timer callbacks and shared cancellation outcomes.
Structs§
- Kernel
Timer Handle - Stable identity of one host kernel-timer registration.
Enums§
- Kernel
Timer Action - Result returned by a restartable kernel-timer callback.
- Kernel
Timer Cancel Outcome - Outcome of a non-blocking kernel-timer cancellation attempt.
Functions§
- cancel_
kernel_ timer - Cancels a registration without waiting for a callback already claimed.
- register_
kernel_ timer - Registers a task-context callback on the calling CPU’s monotonic clock base.
- register_
restartable_ kernel_ timer - Registers a stable callback that may rearm the same timer identity.
Type Aliases§
- Kernel
Timer Callback - Callback executed by the owner CPU’s
ktimers/%uservice thread. - Restartable
Kernel Timer Callback - Callback for a stable timer registration that may restart itself.