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

Ns_GetThreadLocalStorage

Overview

Get the thread local storage

Syntax

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

Description

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.

Top of Page

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