Add ao_wake_task and ao_exit
authorKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2009 03:59:53 +0000 (12:59 +0900)
committerKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2009 03:59:53 +0000 (12:59 +0900)
commitb657aa209b9ea3b3efd33a940283b3ba60a169af
treeb1803da45a1413a3758965fedaa554aac636a9dd
parentd709a0688eff84e25e24d755850ef045d6b0c3de
Add ao_wake_task and ao_exit

ao_wake_task signals a specific task to wake up.
ao_exit terminates the current task.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_task.c