|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">sem_removeDescriptionbool sem_remove ( int sem_identifier)Returns: TRUE on success, FALSE on error. sem_remove() removes the semaphore sem_identifier if it has been created by sem_get(), otherwise generates a warning. After removing the semaphore, it is no more accessible. See also: sem_get(), sem_release() and sem_acquire().
|