[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_SetThreadLocalStorage

Overview

Set thread local storage

Syntax

    int Ns_SetThreadLocalStorage(
    	Ns_ThreadLocalStorage * tls, 
    	void *p
    );

Description

Set the thread local storage tls to the value p.

Example

See the example for Ns_AllocThreadLocalStorage.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.