Find Semaphore by name
Source position: exec.pas line 1236
function FindSemaphore( |
const sigSem: pCHAR |
):pSignalSemaphore; |
const sigSem: string |
sigSem |
|
Name of the semaphore to find |
A pointer to the signal semaphore, or nil if none found.
sigSem |
|
Name of the semaphore to find |
This function will search the system signal semaphore list for a semaphore with the given name. The first semaphore matching this name will be returned. This function must be protected with A Forbid()/Permit() pair!