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: 90c274c37aa1f6bd131a18705ad62b5c993a3a07 (plain)
1
2
3
4
5
6
#ifndef _SYS_SCHED_H
#define _SYS_SCHED_H

int sched_yield(void);

#endif