Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

systhread_terminate

The systhread_terminate function terminates a specified thread.

Syntax

#include <base/systhr.h>
void systhread_terminate(SYS_THREAD thr);

Returns

void

Parameters

SYS_THREAD thr is the thread to terminate.