void Ns_ThreadExit ( int exitCode );
void Ns_ThreadExit (
int exitCode
);
Cleanup the thread's tls and memory pool and either free the thread if it's detached or mark the thread as exited and allow it to be joined.
Top of Page
Copyright © 1998-99 America Online, Inc.