1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 23:55:07 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Brian Gianforcaro
44e992429f Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabled
Don't pay the header inclusion cost if we aren't compiling with the
LOCK_DEBUG option enabled.
2021-08-01 08:10:16 +02:00
Andreas Kling
cee9528168 Kernel: Rename Lock to Mutex
Let's be explicit about what kind of lock this is meant to be.
2021-07-17 21:10:32 +02:00
Renamed from Kernel/Lock.cpp (Browse further)