blob: 59fdcbdf0756b1a1d4e673182023c7f2868f0763 [file] [log] [blame]
<assertions>
<assertion id="1" tag="ref:XSH6:{System Interfaces:sched_yield:DESCRIPTION}">
The sched_yield() function shall force the running thread to relinquish the
processor until it again becomes the head of its thread list.
</assertion>
<assertion id="2" tag="ref:XSH6:{System Interfaces:sched_yield:RETURN VALUE}">
sched_yield() returns 0 on success
</assertion>
<assertion id="3" tag="ref:XSH6:{System Interfaces:sched_yield:RETURN VALUE}">
sched_yield() returns -1 on failure
</assertion>
</assertions>