Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sched.h « sys « spu « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60d95c925039dbebaaf4b551550adda93cdeed8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SYS_SCHED_H
#define _SYS_SCHED_H
#ifdef __cplusplus
extern "C" {
#endif

int sched_yield(void);

#ifdef __cplusplus
}
#endif
#endif