[fpc-pascal] semaphores?

Michael Van Canneyt michael at freepascal.org
Mon Apr 20 10:30:17 CEST 2009



On Mon, 20 Apr 2009, Jonas Maebe wrote:

> 
> On 14 Apr 2009, at 13:42, Michael Van Canneyt wrote:
> 
> >Use GetThreadManager() to retrieve the thread manager, and then
> >simply use the various functions.
> 
> No, the thread manager is only for internal use by the RTL, and may lack
> implementations for functions not required by the RTL for a particular
> platform. See http://bugs.freepascal.org/view.php?id=11206

That was definitely not the original intention of the thread manager.

The idea was to have low-level thread related functions available without
classes, including semaphores.

Michael.



More information about the fpc-pascal mailing list