Skip to main content

Module timer_ops

Module timer_ops 

Source

Constantsยง

PERIODIC_RESCHED_TICKS ๐Ÿ”’

Staticsยง

CPU_LOCAL_TICKS ๐Ÿ”’
FIRST_TICK_FORCE_RESCHED ๐Ÿ”’

Functionsยง

check_wake_deadlines ๐Ÿ”’
Check wake deadlines for all tasks and wake up those whose sleep has expired.
get_all_tasks
Get a list of all tasks in the system (for timer checking). Returns None if scheduler is not initialized or currently locked.
ticks
Get the current tick count
timer_tick
Timer interrupt handler - called from interrupt context.