Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 571 Bytes

RemSemaphore.md

File metadata and controls

29 lines (17 loc) · 571 Bytes

NAME

RemSemaphore -- remove a signal semaphore from the system

SYNOPSIS

    RemSemaphore(signalSemaphore)
                 A1

    void RemSemaphore(struct SignalSemaphore *);

Links: SignalSemaphore

FUNCTION

This function removes a signal semaphore structure from the system's signal semaphore list. Subsequent attempts to rendezvous by name with this semaphore will fail.

INPUTS

signalSemaphore -- an initialized signal semaphore structure

SEE ALSO

AddSemaphore, FindSemaphore