ClanSoft logo
ClanSoft logo

    CL_Mutex

Mutex interface.

Description

If you don't know what a mutex is, read a book. :-)

Class members

static CL_Mutex *create()
virtual ~CL_Mutex()
virtual void enter()
virtual void leave()
virtual void wait()
virtual void notify()
virtual void notify_all()

See Also

None


Back to index



This page was built using the Perceps documentation system.