Get the thread local storage
int Ns_GetThreadLocalStorage( Ns_ThreadLocalStorage * tls, void **p );
Fill *p with the value of the thread local storage. Note: If tls has not been set within the current the thread *p will be set to NULL.
*p
tls
Top of Page
Copyright © 1996 America Online, Inc.