33#define __CPU_SETSIZE 1024
34#define __NCPUBITS (8 * sizeof(__cpu_mask))
35typedef unsigned long int __cpu_mask;
37 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
46 puts(
"[ERROR] sched_yield called (defined in sched.h)\n");
This module a wrapper for the stdio.h header intended to remove all calls to stdout when stdio_null i...
int sched_yield(void)
Compilation with g++ may require the declaration of this function.