1td_thr_setprio(3C_DB) Threads Debugging Library Functionstd_thr_setprio(3C_DB)
2
3
4

NAME

6       td_thr_setprio - set the priority of a thread
7

SYNOPSIS

9       cc [ flag... ] file... -lc_db [ library... ]
10       #include <proc_service.h>
11       #include <thread_db.h>
12
13       td_err_e td_thr_setprio(const td_thrhandle_t *th_p,
14            const int new_prio;);
15
16

DESCRIPTION

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

RETURN VALUES

22       TD_NOCAPAB    Capability not available.
23
24

ATTRIBUTES

26       See attributes(5) for description of the following attributes:
27
28
29
30
31       ┌─────────────────────────────┬─────────────────────────────┐
32       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
33       ├─────────────────────────────┼─────────────────────────────┤
34       │MT-Level                     │Safe                         │
35       └─────────────────────────────┴─────────────────────────────┘
36

SEE ALSO

38       libc_db(3LIB), thr_setprio(3C), attributes(5)
39
40
41
42SunOS 5.11                        1 Apr 2008             td_thr_setprio(3C_DB)
Impressum