Go to the documentation of this file. 20 #ifndef UNLIKELY_LOCK_H 21 #define UNLIKELY_LOCK_H 23 #include "pedigree/kernel/compiler.h" 24 #include "pedigree/kernel/process/ConditionVariable.h" 25 #include "pedigree/kernel/process/Mutex.h" 26 #include "pedigree/kernel/processor/types.h" 32 #define UNLIKELY_LOCK_MAX_READERS 9999