index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
/
sched.h
blob: 5c472a27b7d862277fa12129d9a8ba21df62c7ca (
plain
)
1
2
3
4
5
6
7
8
9
#pragma once #include <sys/cdefs.h> __BEGIN_DECLS int sched_yield(); __END_DECLS