Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6INamedSemaphore::post ( void  )
pure virtual

Unlocks the semaphore causing another process or thread that is currently waiting in wait() to be woken up and proceed to lock the semaphore.