WebRadioApp  0.1
_CoreTaskQueue.h File Reference
#include "ewrte.h"
#include "ewgfx.h"
Include dependency graph for _CoreTaskQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _CoreTask_
 
#define _CoreTaskQueue_
 

Functions

void CoreTaskQueue_completeTask (CoreTaskQueue _this)
 
void CoreTaskQueue_onDispatchNext (CoreTaskQueue _this, XObject sender)
 
void CoreTaskQueue_onPreDispatchNext (CoreTaskQueue _this, XObject sender)
 
void CoreTaskQueue_CancelTask (CoreTaskQueue _this, CoreTask aTask)
 
void CoreTaskQueue_ScheduleTask (CoreTaskQueue _this, CoreTask aTask, XBool aWithPriority)
 

Macro Definition Documentation

◆ _CoreTask_

#define _CoreTask_

◆ _CoreTaskQueue_

#define _CoreTaskQueue_

Function Documentation

◆ CoreTaskQueue_CancelTask()

void CoreTaskQueue_CancelTask ( CoreTaskQueue  _this,
CoreTask  aTask 
)

References _Const0010, CoreTask__OnCancel(), CoreTaskQueue_onDispatchNext(), CoreTaskQueue_onPreDispatchNext(), EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTaskQueue_completeTask()

void CoreTaskQueue_completeTask ( CoreTaskQueue  _this)

References CoreTask__OnComplete(), CoreTaskQueue_onDispatchNext(), CoreTaskQueue_onPreDispatchNext(), EwNewSlot(), and EwPostSignal().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTaskQueue_onDispatchNext()

void CoreTaskQueue_onDispatchNext ( CoreTaskQueue  _this,
XObject  sender 
)

References CoreTask__OnStart(), EW_UNUSED_ARG, EwPostSignal(), and sender.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTaskQueue_onPreDispatchNext()

void CoreTaskQueue_onPreDispatchNext ( CoreTaskQueue  _this,
XObject  sender 
)

References CoreTaskQueue_onDispatchNext(), EW_UNUSED_ARG, EwNewSlot(), EwPostSignal(), and sender.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTaskQueue_ScheduleTask()

void CoreTaskQueue_ScheduleTask ( CoreTaskQueue  _this,
CoreTask  aTask,
XBool  aWithPriority 
)

References _Const0011, CoreTaskQueue_onDispatchNext(), EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function: