eduOS/include/eduos
2013-11-26 09:17:59 +01:00
..
config.h.example add support of nonpreemptive multitasking and additional comments 2013-11-19 23:11:53 +01:00
errno.h add support of nonpreemptive multitasking and additional comments 2013-11-19 23:11:53 +01:00
processor.h add the "smallest" HelloWorld of the world 2013-11-08 17:22:37 +01:00
semaphore.h add semaphore, which does not base busy-waiting 2013-11-26 09:17:59 +01:00
semaphore_types.h add semaphore, which does not base busy-waiting 2013-11-26 09:17:59 +01:00
spinlock.h add a basic spinlock, which based on a ticket lock 2013-11-26 09:15:43 +01:00
spinlock_types.h add a basic spinlock, which based on a ticket lock 2013-11-26 09:15:43 +01:00
stdarg.h add support of nonpreemptive multitasking and additional comments 2013-11-19 23:11:53 +01:00
stddef.h add support of nonpreemptive multitasking and additional comments 2013-11-19 23:11:53 +01:00
stdio.h add documentation into the source code 2013-11-08 22:55:29 +01:00
stdlib.h add support of nonpreemptive multitasking and additional comments 2013-11-19 23:11:53 +01:00
string.h add support of nonpreemptive multitasking and additional comments 2013-11-19 23:11:53 +01:00
tasks.h add basic functions to block and to unblock a task 2013-11-26 09:17:14 +01:00
tasks_types.h remove one (obsolete) readyqueue 2013-11-22 19:56:59 +01:00