contiki/core/sys
2008-01-24 21:00:51 +00:00
..
arg.c
arg.h
autostart.c
autostart.h
cc.h
clock.h
dsc.h
etimer.c
etimer.h
lc-addrlabels.h
lc-switch.h
lc.h
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
profile-aggregates.c
profile.c
profile.h
pt-sem.h
pt.h
rtimer.c
rtimer.h
subprocess.h
timer.c
timer.h
timesynch.c
timesynch.h
timetable-aggregate.c
timetable-aggregate.h
timetable.c
timetable.h