GeMRTOS
|
Related Functions | |
(Note that these are not member functions.) |
Inserts a RunList in LCB Runining list ordered by background list and then priority.
gk_LCBL_Link
[in] | plcb | Pointer to the LCB list |
Check everything about this function
Define the G_FALSE return
Definition at line 553 of file listfunctions.c.
Unlinks the LCB from the LCB List.
gk_LCBL_UnLink
[in] | plcb | Pointer to the LCB to unlink |
Check if it is the first element in the list
Definition at line 623 of file listfunctions.c.
Return G_TRUE if plct1 is greater than plcb2, otherwise returns G_FALSE.
gk_LCBLowerPriorityThanLCB
[in] | plcb1 | first pointer to GS_LCB |
[in] | plcb2 | second pointer to GS_LCB |
Definition at line 2284 of file listfunctions.c.