[fpc-pascal] Re: getting started with threads
Graeme Geldenhuys
graemeg.lists at gmail.com
Sat Sep 19 15:38:00 CEST 2009
2009/9/19 Micha Nelissen <micha at 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/
More information about the fpc-pascal
mailing list