Am 30.07.2015 11:29 schrieb "Michael Schnell" <mschn...@lumino.de>: > > On 07/30/2015 10:50 AM, Michael Van Canneyt wrote: >> >> CriticalSection and TEvent derive their names from Windows OS calls, adopted by Delphi and hence by FPC. >> There is nothing FPC specific about it. >> > OK. Thanks for the clarification. > > I understand that the computer science names ate Mutex and Semaphore and both are adopted by UNIX / POSIX and then by Linux. No idea why the Windows makers chose to invent a new notation for that old stuff.
Because they need to differentiate more than those two. Windows knows both Semaphore und Mutex. In addition there are also Event (binary Semaphore) and CriticalSection (process local Mutex). Regards, Sven
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal