#include <types.h>
Data Fields | |
| unsigned | prio:8 |
| System-wide priority of the destination thread. | |
| unsigned | small:8 |
| Small address space number for destination task (see L4_SMALL_SPACE). | |
| unsigned | state:4 |
| Thread state (l4_thread_schedule() return value). | |
| unsigned | time_exp:4 |
| Timeslice exponent. | |
| unsigned | time_man:8 |
| Timeslice mantissa. | |
Definition at line 242 of file ARCH-x86/L4API-l4v2/types.h.
| unsigned l4_sched_param_struct_t::prio |
System-wide priority of the destination thread.
255 is the highest and 0 the lowest priority.
Definition at line 243 of file ARCH-x86/L4API-l4v2/types.h.
| unsigned l4_sched_param_struct_t::state |
Thread state (l4_thread_schedule() return value).
Values:
If l4_sched_param_struct_t is used as an input argument for l4_thread_schedule(), state must be 0.
Definition at line 250 of file ARCH-x86/L4API-l4v2/types.h.