Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

RemSemaphore

Remove a signal semaphore from the system

Declaration

Source position: exec.pas line 1825

procedure RemSemaphore(

  SigSem: PSignalSemaphore

);

Arguments

SigSem

  

An initialized signal semaphore structure

Description

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.

See also

AddSemaphore

  

Initialize then add a signal semaphore to the system

FindSemaphore

  

Find Semaphore by name


Documentation generated on: 2021-07-30