===================== File: TLS.zip Author: Laurent Pointal DevID #E-1949 email:lpointal@planete.net Release: 1.0 Compatibility: PR2 Location: contrib/libraries Description: Thread Local Storage like the Win32 one. Notes: First beta release, tested but there can remain bugs. * A shared library tool to store global datas with a value for each thread. * Allow to install thread's entry/exit procs associated to local storage access. * The TLS_test application shows how to use TLS, and can be modified to make own tests (its a command line application). * tlsinst script install library modules and header in the right place. See TLS.doc StyledEdit file for full documentation. =====================