BeRTOS
kern Directory Reference

Files

file  coop.c [code]
file  irq.c [code]
 

Process scheduler (public interface).


file  kern/irq.h [code]
 

Process scheduler (public interface).


file  kern/kfile.h [code]
file  monitor.c [code]
 

Monitor to check for stack overflows.


file  monitor.h [code]
 

Monitor to check for stack overflows.


file  msg.h [code]
file  preempt.c [code]
file  proc.c [code]
 

Simple cooperative and preemptive multitasking scheduler.


file  proc.h [code]
file  proc_p.h [code]
 

Internal scheduler structures and definitions for processes.


file  sem.c [code]
 

Semaphore based synchronization services.


file  sem.h [code]
file  signal.c [code]
 

IPC signals implementation.


file  signal.h [code]