TD_THR_SETPRIO(3C_DB) Threads Debugging Library Functions TD_THR_SETPRIO(3C_DB)

td_thr_setprio - set the priority of a thread

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;);

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

TD_NOCAPAB

Capability not available.

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

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level Safe

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

April 1, 2008 OmniOS