23 #ifdef STANDALONE_MUTEXES 25 #include "pedigree/kernel/processor/types.h" 30 Mutex(
bool bLocked =
false);
39 void *getPrivate()
const 52 #include "pedigree/kernel/compiler.h" 53 #include "pedigree/kernel/process/Semaphore.h" 62 Mutex(
bool bLocked =
false);
69 #endif // STANDALONE_MUTEXES
bool acquire(size_t n=1, size_t timeoutSecs=0, size_t timeoutUsecs=0)
Mutex(bool bLocked=false)
bool tryAcquire(size_t n=1)