|
l4_msgtag_t | l4_thread_ex_regs (l4_cap_idx_t thread, l4_addr_t ip, l4_addr_t sp, l4_umword_t flags) L4_NOTHROW |
| Exchange basic thread registers. More...
|
|
l4_msgtag_t | l4_thread_ex_regs_u (l4_cap_idx_t thread, l4_addr_t ip, l4_addr_t sp, l4_umword_t flags, l4_utcb_t *utcb) L4_NOTHROW |
| Exchange basic thread registers. More...
|
|
l4_msgtag_t | l4_thread_ex_regs_ret (l4_cap_idx_t thread, l4_addr_t *ip, l4_addr_t *sp, l4_umword_t *flags) L4_NOTHROW |
| Exchange basic thread registers and return previous values. More...
|
|
l4_msgtag_t | l4_thread_ex_regs_ret_u (l4_cap_idx_t thread, l4_addr_t *ip, l4_addr_t *sp, l4_umword_t *flags, l4_utcb_t *utcb) L4_NOTHROW |
| Exchange basic thread registers and return previous values. More...
|
|
void | l4_thread_control_start (void) L4_NOTHROW |
| Start a thread control API sequence. More...
|
|
void | l4_thread_control_pager (l4_cap_idx_t pager) L4_NOTHROW |
| Set the pager. More...
|
|
void | l4_thread_control_exc_handler (l4_cap_idx_t exc_handler) L4_NOTHROW |
| Set the exception handler. More...
|
|
void | l4_thread_control_bind (l4_utcb_t *thread_utcb, l4_cap_idx_t task) L4_NOTHROW |
| Bind the thread to a task. More...
|
|
void | l4_thread_control_alien (int on) L4_NOTHROW |
| Enable alien mode. More...
|
|
void | l4_thread_control_ux_host_syscall (int on) L4_NOTHROW |
| Enable pass through of native host (Linux) system calls. More...
|
|
l4_msgtag_t | l4_thread_control_commit (l4_cap_idx_t thread) L4_NOTHROW |
| Commit the thread control parameters. More...
|
|
l4_msgtag_t | l4_thread_yield (void) L4_NOTHROW |
| Yield current time slice. More...
|
|
l4_msgtag_t | l4_thread_switch (l4_cap_idx_t to_thread) L4_NOTHROW |
| Switch to another thread (and donate the remaining time slice). More...
|
|
l4_msgtag_t | l4_thread_stats_time (l4_cap_idx_t thread, l4_kernel_clock_t *us) L4_NOTHROW |
| Get consumed time of thread in µs. More...
|
|
l4_msgtag_t | l4_thread_vcpu_resume_start (void) L4_NOTHROW |
| vCPU return from event handler. More...
|
|
l4_msgtag_t | l4_thread_vcpu_resume_commit (l4_cap_idx_t thread, l4_msgtag_t tag) L4_NOTHROW |
| Commit vCPU resume. More...
|
|
l4_msgtag_t | l4_thread_vcpu_control (l4_cap_idx_t thread, l4_addr_t vcpu_state) L4_NOTHROW |
| Enable or disable the vCPU feature for the thread. More...
|
|
l4_msgtag_t | l4_thread_vcpu_control_u (l4_cap_idx_t thread, l4_addr_t vcpu_state, l4_utcb_t *utcb) L4_NOTHROW |
| Enable or disable the vCPU feature for the thread. More...
|
|
l4_msgtag_t | l4_thread_vcpu_control_ext (l4_cap_idx_t thread, l4_addr_t ext_vcpu_state) L4_NOTHROW |
| Enable or disable the extended vCPU feature for the thread. More...
|
|
l4_msgtag_t | l4_thread_vcpu_control_ext_u (l4_cap_idx_t thread, l4_addr_t ext_vcpu_state, l4_utcb_t *utcb) L4_NOTHROW |
| Enable or disable the extended vCPU feature for the thread. More...
|
|
l4_msgtag_t | l4_thread_register_del_irq (l4_cap_idx_t thread, l4_cap_idx_t irq) L4_NOTHROW |
| Register an IRQ that will trigger upon deletion events. More...
|
|
l4_msgtag_t | l4_thread_modify_sender_start (void) L4_NOTHROW |
| Start a thread sender modification sequence. More...
|
|
int | l4_thread_modify_sender_add (l4_umword_t match_mask, l4_umword_t match, l4_umword_t del_bits, l4_umword_t add_bits, l4_msgtag_t *tag) L4_NOTHROW |
| Add a modification pattern to a sender modification sequence. More...
|
|
l4_msgtag_t | l4_thread_modify_sender_commit (l4_cap_idx_t thread, l4_msgtag_t tag) L4_NOTHROW |
| Apply (commit) a sender modification sequence. More...
|
|
Common thread related definitions.
Definition in file thread.h.