Am 24.04.2013 12:43, schrieb Marco van de Voort:
TThread is "just" an object oriented wrapper around the procedural
threading API, so it must adhere to its rules as well.
Around the threadmanager. Not the procedural api, it never was.
Considering that all TThread implementations call BeginThread and EndThread and none calls ThreadManager.BeginThread and ThreadManager.EndThread directly this is not true (the only TThread implementation that in fact calls GetThreadManager is the Unix one and that only to call SemaphoreWait which is not exposed otherwise.

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to