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

Ns_WaitForThread

Overview

Wait for a thread to exit

Syntax

    int Ns_WaitForThread(
    	Ns_Thread *thread
    );

Description

This routine blocks the current thread's execution until the specified thread exits.

Example

See the example for Ns_BeginThread.

Top of Page

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