diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-26 17:39:40 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-12-22 20:39:40 -0800 |
commit | 484b44e81b655f1ecb48256095382a56d2839bae (patch) | |
tree | 14446271e5d92b9ea9bee040c7787ba48c616229 /src/ao.h | |
parent | 07213dc34fa20470a4b36a327a83d75b0f010ebb (diff) |
altos: eliminate ao_wake_task
Waking up a task waiting on some random object is a bad idea. Fix
the waiters to look for suitable signalling.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -69,10 +69,6 @@ ao_sleep(__xdata void *wchan); void ao_wakeup(__xdata void *wchan); -/* Wake up a specific task */ -void -ao_wake_task(__xdata struct ao_task *task); - /* set an alarm to go off in 'delay' ticks */ void ao_alarm(uint16_t delay); |