contiki/core/sys
2008-01-24 21:00:51 +00:00
..
arg.c
arg.h
autostart.c
autostart.h
cc.h Added a macro for concatenation of two strings, which may be macro expansions 2008-01-14 09:22:22 +00:00
clock.h
dsc.h
etimer.c renamed variable, rewrote comment to make easier to read 2007-10-07 19:59:27 +00:00
etimer.h
lc-addrlabels.h
lc-switch.h
lc.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
loader.h
log.h
mt.c
mt.h
process.c Process only one poll request at a time to avoid starvation if one process keeps calling process_poll() from its poll handler 2008-01-24 21:00:51 +00:00
process.h Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also. 2008-01-23 15:18:06 +00:00
procinit.c
procinit.h Changed macros to not include a trailing semicolon. 2007-08-22 10:49:48 +00:00
profile-aggregates.c slip.c: 2007-11-18 12:27:44 +00:00
profile.c Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
profile.h Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
pt-sem.h
pt.h
rtimer.c
rtimer.h
subprocess.h A module that allows Contiki processes to have subprocesses. A subprocess is defined within another process and is created on the fly when needed. 2006-09-26 20:53:27 +00:00
timer.c
timer.h
timesynch.c
timesynch.h
timetable-aggregate.c Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
timetable-aggregate.h Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
timetable.c Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00
timetable.h Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own. 2008-01-17 12:19:25 +00:00