2009/9/19 Micha Nelissen <[email protected]>:
>
> 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  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to