Subj : shared libraries reentrant? To : comp.programming.threads From : CFeil Date : Tue Sep 20 2005 10:58 am Hi, how can I make a sharead library reentrant? I hvae some 3rd party device driver SW which I will make a library out of. This library is planned to be used by to different threads. Is it possible to have a shared library with ONE mutex which can be used by both threads, Or is there any other way? .