Name | Synopsis | Description | Return Values | Attributes | See Also
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.
See attributes(5) for description of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|---|---|
|
MT-Level |
Safe |
Name | Synopsis | Description | Return Values | Attributes | See Also