Sunday, May 22, 2005

pthread

The pthread library (libpthread) provides interfaces for developing multi-threaded applications.

Summary of Change

The pthread library now provides support for the dynamic loading of shared libraries containing thread local storage (TLS).

Details of Change

The pthread library has implemented interfaces and modules to provide support to the linker, loader and compiler components for this functionality. These interfaces handle allocation and initialization of thread local storage for dynamically loaded shared libraries containing TLS variables.

0 Comments:

Post a Comment

<< Home