Typedefs | |
typedef l4_int32_t | l4_prio_t |
Thread priority type. | |
Functions | |
L4_CV l4_prio_t | l4thread_get_prio (l4thread_t thread) |
Get priority. | |
L4_CV int | l4thread_set_prio (l4thread_t thread, l4_prio_t prio) |
Set priority. |
typedef l4_int32_t l4_prio_t |
Thread priority type.
The valid priority range depends on the L4 kernel, currently it is 0-255.
L4_CV l4_prio_t l4thread_get_prio | ( | l4thread_t | thread | ) |
Get priority.
thread | Thread id. |
L4_CV int l4thread_set_prio | ( | l4thread_t | thread, | |
l4_prio_t | prio | |||
) |
Set priority.
thread | Thread id. | |
prio | New priority. |