About
News
Documentation
Download
Support
FAQ
Contribution
<< Back to Codezero API Reference
7.) L4_THREAD_SWITCH System Call
unsigned
int
l4_thread_switch
(
u32 dest
)
;
Purpose
Yields the CPU.
Operational Model
Current thread yields the CPU donating its left timeslice to thread with ID specified in the
dest
argument.
L4 Userspace Library Functions
N/A
<< Back to Codezero API Reference