int Ns_SetThreadLocalStorage( Ns_ThreadLocalStorage * tls, void *p );
Set the thread local storage tls to the value p.
p
See the example for Ns_AllocThreadLocalStorage.
Ns_TlsSet is the preferred function for setting thread local storage.
Top of Page
Copyright © 1998-99 America Online, Inc.