class Poco::FastMutexImpl

#include <Mutex_POSIX.h>

class FastMutexImpl: public Poco::MutexImpl
{
};

// direct descendants

class FastMutex;

Inherited Members

protected:
    // methods

    void
    lockImpl();

    bool
    tryLockImpl();

    bool
    tryLockImpl(long milliseconds);

    void
    unlockImpl();