Usermode - Adding hacky pthreads support
[tpg/acess2.git] / Usermode / Libraries / libpthread.so_src / include_exp / sched.h
1 /*
2  * Acess2 libpthread
3  * - By John Hodge (thePowersGang)
4  *
5  * sched.h
6  * - Execution Scheduling (POSIX Realtime Extensions)
7  */
8 #ifndef _LIBPTHREAT_SCHED_H_
9 #define _LIBPTHREAT_SCHED_H_
10
11 // *grumble* libgcc wants a yield
12 extern int      sched_yield(void);
13
14 #endif
15

UCC git Repository :: git.ucc.asn.au