Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
pthreads-emb
Commits
2a260e02
Verified
Commit
2a260e02
authored
Mar 16, 2021
by
Jeremy Soller
Browse files
sched_yield will sleep with 0 msecs
parent
0db50689
Changes
1
Hide whitespace changes
Inline
Side-by-side
sched_yield.c
View file @
2a260e02
...
...
@@ -76,7 +76,7 @@ sched_yield (void)
* ------------------------------------------------------
*/
{
pte_osThreadSleep
(
1
);
pte_osThreadSleep
(
0
);
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment