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

Closes the semaphore allowing any resource that the system has allocated to the calling process to be freed.

The operating system will automatically close any open named sempahores when a process terminates (and on non-windows platforms upon execve).