index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
TimerQueue.h
Age
Commit message (
Expand
)
Author
2021-07-12
Kernel: Fix deadlock cancelling timer
Tom
2021-06-16
Kernel: Replace TimerQueue InlinedLinkedList usage with IntrusiveList
Brian Gianforcaro
2021-05-20
Kernel: Remove an allocation when blocking a thread
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel: Make TimerQueue use AK::Time in interface
Ben Wiederhake
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-03-02
Kernel: Make TimerId a distinct type
Ben Wiederhake
2021-03-02
Kernel: Make TimerQueue use AK::Time internally
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-11
Kernel: Fix leaking Timer instances
Tom
2020-12-02
Kernel: Add CLOCK_REALTIME support to the TimerQueue
Tom
2020-12-02
Kernel: Use TimerQueue for SIGALRM
Tom
2020-12-02
Kernel: TimerQueue::cancel_timer needs to wait if timer is executing
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-04-27
Kernel: Expose timers via a TimerId type
Brian Gianforcaro
2020-04-26
Kernel: Refactor TimeQueue::add_timer to use timeval
Brian Gianforcaro
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-02-24
Kernel: Include the new PIT class in system components
Liav A
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-27
Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)
Conrad Pankoff