xref: /haiku/headers/posix/sched.h (revision 746cac055adc6ac3308c7bc2d29040fb95689cc9)
1 /*
2  * Copyright 2008, Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT license.
4  */
5 #ifndef _SCHED_H_
6 #define _SCHED_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 extern int sched_yield(void);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif  /* _SCHED_H_ */
19