man pages section 3: Basic Library Functions

Exit Print View

Updated: July 2014
 
 

td_thr_setprio(3C_DB)

Name

td_thr_setprio - set the priority of a thread

Synopsis

cc [ flag... ] file... -lc_db [ library... ]
#include <proc_service.h>
#include <thread_db.h>

td_err_e td_thr_setprio(const td_thrhandle_t *th_p,
     const int new_prio;);

Description

The td_thr_setprio() function is obsolete. It always fails and returns TD_NOCAPAB.

Return Values

TD_NOCAPAB

Capability not available.

Attributes

See attributes(5) for description of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
MT-Level
Safe

See also

libc_db(3LIB), thr_setprio(3C), attributes(5)