Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 571 Bytes

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