8366ba22d4d9d68196a50f2e08d30bd299359bc3
[tpg/acess2.git] / 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