2009/9/19 Micha Nelissen <mi...@neli.hopto.org>:
>
> A semaphore is not "locked" and "unlocked", it is posted and waited for.

True, and to let it make even more sense (technically correct) one
might have to use method names like deccount() / inccount() or
grabitem() / releaseitem() etc etc...

Either way, internal implementation calls the correct post- and wait-
API's of each platform.

Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to