void Ns_ExitThread ( int retcode );
void Ns_ExitThread (
int retcode
);
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.
Ns_ThreadExit is the preferred function for freeing a thread.
Top of Page
Copyright © 1998-99 America Online, Inc.