#include <cafe/os.h> BOOL OSWaitAlarm(OSAlarm* alarm);
alarm | OSAlarm structure to wait for. |
---|
If the alarm is expired, returns TRUE
. If the alarm is canceled, returns FALSE
.
Waits either for the specified OSAlarm
to expire or for the alarm to be canceled.
Callbacks | Do not call this function from any callback function. |
---|
OSSetAlarm
OSSetPeriodicAlarm
OSCancelAlarm
OSCancelAlarms
2013/05/08 Automated cleanup pass.
2012/07/25 Cleanup pass.
2010/12/15 Initial version.
CONFIDENTIAL