20 #include "LockedFile.h" 21 #include "pedigree/kernel/process/Process.h" 22 #include "pedigree/kernel/process/Thread.h" 23 #include "pedigree/kernel/processor/Processor.h" 24 #include "pedigree/kernel/processor/ProcessorInformation.h" 29 : m_File(pFile), m_bLocked(false), m_LockerPid(0)
bool acquire(size_t n=1, size_t timeoutSecs=0, size_t timeoutUsecs=0)
static ProcessorInformation & information()
bool lock(bool bBlock=false)
bool tryAcquire(size_t n=1)