[fpc-pascal] Counting semaphore for free pascal

Michael Schnell mschnell at lumino.de
Wed Jul 29 13:06:34 CEST 2015


On 07/29/2015 12:35 PM, Serguei TARASSOV wrote:
>
> In general, semaphores are inter-process but critical sections are not.
Hmmm I suppose this is "fpc speak".

The "really general" term "semaphore" denotes a kind of for 
synchronizing means for multiple execution streams, be that Threads or 
tasks (or multiple processors, ....)

-Michael



More information about the fpc-pascal mailing list