Baigudin Software avatar
EOOS Systems logo
home
ru region
en region

Class «eoos::api::MutexManager»

Mutex sub-system manager interface.

public: virtual ~MutexManager();

Creates a new mutex resource.

Returns:
A new mutex resource, or NULLPTR if an error has been occurred.

public: virtual Mutex* create();

Creates a new mutex resource.

Returns:
A new mutex resource, or NULLPTR if an error has been occurred.

public: virtual bool_t isConstructed() const;

Tests if this object has been constructed.

Returns:
True if object has been constructed successfully.

Back to class list