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
/
WorkQueue.cpp
Age
Commit message (
Expand
)
Author
2022-04-20
Kernel: Take WorkQueue item as reference instead of pointer in do_queue
Liav A
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-10-26
Kernel: Use SpinlockProtected<T> in WorkQueue
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-09
Kernel: Mark WorkQueue initailzation functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-05-19
Kernel: Use plain Function objects for the WorkQueue
Gunnar Beutner
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-26
Kernel: Remove unused WorkQueue::m_name.
Michel Hermier
2021-03-21
Kernel: Add simplistic work queues
Tom