Threads Debugging Library Functions tdthrsetprio(3CDB)
NAME
tdthrsetprio - set the priority of a thread
SYNOPSIS
cc [ flag... ] file... -lcdb [ library... ]
#include
#include
tderre tdthrsetprio(const tdthrhandlet *thp,
const int newprio;);
DESCRIPTION
The tdthrsetprio() function is obsolete. It always fails
and returns TDNOCAPAB.
RETURN VALUES
TDNOCAPAB Capability not available.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Safe
SEE ALSO
libcdb(3LIB), thrsetprio(3C), attributes(5)
SunOS 5.11 Last change: 1 Apr 2008 1
|