|
Files |
| file | arg.c [code] |
| | Argument buffer for passing arguments when starting processes.
|
| file | cc.h [code] |
| | Default definitions of C compiler quirk work-arounds.
|
| file | clock.h [code] |
| file | dsc.h [code] |
| | Declaration of the DSC program description structure.
|
| file | etimer.c [code] |
| | Event timer library implementation.
|
| file | etimer.h [code] |
| | Event timer header file.
|
| file | lc-addrlabels.h [code] |
| | Implementation of local continuations based on the "Labels as values" feature of gcc.
|
| file | lc-switch.h [code] |
| | Implementation of local continuations based on switch() statment.
|
| file | lc.h [code] |
| | Local continuations.
|
| file | loader.h [code] |
| | Default definitions and error values for the Contiki program loader.
|
| file | mt.c [code] |
| | Implementation of the archtecture agnostic parts of the preemptive multithreading library for Contiki.
|
| file | mt.h [code] |
| | Header file for the preemptive multitasking library for Contiki.
|
| file | process.c [code] |
| | Implementation of the Contiki process kernel.
|
| file | process.h [code] |
| | Header file for the Contiki process interface.
|
| file | procinit.c [code] |
| file | procinit.h [code] |
| file | pt-sem.h [code] |
| | Counting semaphores implemented on protothreads.
|
| file | pt.h [code] |
| | Protothreads implementation.
|
| file | service.c [code] |
| | Implementation of the Contiki service mechanism.
|
| file | service.h [code] |
| | Header file for the Contiki service mechanism.
|
| file | timer.c [code] |
| | Timer library implementation.
|
| file | timer.h [code] |
| | Timer library header file.
|