adamdunkels
|
bdc488c7f3
|
Removed PROCESS_ZOMBIE code, which does not compile with sdcc, added some optional debugging printouts
|
2009-02-20 21:24:17 +00:00 |
|
adamdunkels
|
f93a48599e
|
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 |
|
adamdunkels
|
546efc7b61
|
Removed remaining debug code
|
2008-01-23 21:06:25 +00:00 |
|
adamdunkels
|
f4dd9ccd5b
|
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 |
|
nifi
|
0abdde6197
|
corrected comment
|
2007-04-04 09:19:18 +00:00 |
|
adamdunkels
|
31fea520ea
|
Debug output
|
2007-03-25 17:16:57 +00:00 |
|
bg-
|
58bbd0b4da
|
* Don't include signal.h.
|
2007-01-24 16:07:20 +00:00 |
|
bg-
|
e4e3a11b8b
|
New function process_nevents().
|
2006-08-17 15:39:24 +00:00 |
|
adamdunkels
|
c9e808d638
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
|