Home | All Classes | Grouped Classes | Index | Search
Mutex interface. More...
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
Construction:
Call this to create a mutex. (provided for 0.4 backward compatibility) | |
Construct a new mutex. |
Operations:
Enter the critical section. | |
Leave the critical section. | |
Releases the mutex this thread has taken out and sends the thread to sleep. | |
Notify wakes up the first thread that has gone to sleep on this mutex in order to wait for a notification. | |
NotifyAll wakes up all threads waiting on the mutex. |
Detailed description:
!group=Core/System! !header=core.h!If you don't know what a mutex is, read a book. :-)