Remove a signal semaphore from the system
Source position: exec.pas line 1274
procedure RemSemaphore( |
sigSem: pSignalSemaphore |
); |
sigSem |
|
An initialized signal semaphore structure |
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.
|
Initialize then add a signal semaphore to the system |
|
|
Find Semaphore by name |