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

Ns_SetThreadPriority

Overview

Set a priority for a thread

Syntax

    int Ns_SetThreadPriority(
    	Ns_Thread *thread, 
    	int        priority
    );

Description

Set the thread specified by *thread to the given priority. Currently the only supported priority levels are THREAD_PRIORITY_NORMAL and THREAD_PRIORITY_HIGHEST. (This function does nothing on SunOs 4.1.4, Linux and Sgi.)

Top of Page

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