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.h
Age
Commit message (
Expand
)
Author
2022-04-20
Kernel: Take WorkQueue item as reference instead of pointer in do_queue
Liav A
2022-04-20
Kernel: Allow WorkQueue items allocation failures propagation
Liav A
2021-12-30
Kernel: Add missing includes in ThreadTracer and WorkQueue
Hendiadyoin1
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-26
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
Andreas Kling
2021-10-26
Kernel: Make WorkQueue::WorkItem slab allocated
Andreas Kling
2021-10-26
Kernel: Use SpinlockProtected<T> in WorkQueue
Andreas Kling
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
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-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-03-26
Kernel: Remove unused WorkQueue::m_name.
Michel Hermier
2021-03-21
Kernel: Add simplistic work queues
Tom