Home | All Classes | Grouped Classes | Index | Search

CL_Mutex::notify_all

NotifyAll wakes up all threads waiting on the mutex.

	void notify_all();

Detailed description:

Warning: Not implemented under Win32. If you need it, please implement it in Sources/Core/System/Win32/mutex_win32.*, and send me the patch. :-)

See also:

CL_Mutex



Questions or comments, write to the ClanLib mailing list.