ClanSoft logo
ClanSoft logo

    CL_Mutex::notify_all

Syntax

virtual void notify_all();

Description

NotifyAll wakes up all threads waiting on the mutex.

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

-

Back to index



This page was built using the Perceps documentation system.