1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 17:17:34 +00:00
serenity/Kernel/Arch
Tom b9a97ff81f Kernel: Add mechanism to queue deferred function calls
Function calls that are deferred will be executed before a thread
enters a pre-emptable state (meaning it is not in a critical section
and it is not in an irq handler). If it is not already in such a
state, it will be called immediately.

This is meant to be used from e.g. IRQ handlers where we might want
to block a thread until an interrupt happens.
2020-11-04 21:21:37 +01:00
..
i386 Kernel: Add mechanism to queue deferred function calls 2020-11-04 21:21:37 +01:00
PC AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00