summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-26 17:39:40 -0800
committerKeith Packard <keithp@keithp.com>2010-12-22 20:39:40 -0800
commit484b44e81b655f1ecb48256095382a56d2839bae (patch)
tree14446271e5d92b9ea9bee040c7787ba48c616229 /src/ao.h
parent07213dc34fa20470a4b36a327a83d75b0f010ebb (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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ao.h b/src/ao.h
index 58659af5..9682e42f 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -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);