/FreeRTOS-Kernel/ |
A D | tasks.c | 456 typedef tskTCB TCB_t; typedef 1535 pxNewTCB = ( TCB_t * ) pvPortMalloc( sizeof( TCB_t ) ); in prvCreateRestrictedTask() 1662 pxNewTCB = ( TCB_t * ) pvPortMalloc( sizeof( TCB_t ) ); in prvCreateTask() 1700 pxNewTCB = ( TCB_t * ) pvPortMalloc( sizeof( TCB_t ) ); in prvCreateTask() 2215 TCB_t * pxTCB; in vTaskDelete() 2799 TCB_t * pxTCB; in vTaskPrioritySet() 3013 TCB_t * pxTCB; in vTaskCoreAffinitySet() 4228 TCB_t * pxTCB; in pcTaskGetName() 4727 TCB_t * pxTCB; in xTaskIncrementTick() 4980 TCB_t * xTCB; in vTaskSetApplicationTaskTag() [all …]
|
/FreeRTOS-Kernel/portable/oWatcom/16BitDOS/common/ |
A D | portasm.h | 29 typedef void TCB_t; typedef 30 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/Paradigm/Tern_EE/small/ |
A D | portasm.h | 32 typedef void TCB_t; typedef 33 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/IAR/MSP430/ |
A D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/Rowley/MSP430F449/ |
A D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/Paradigm/Tern_EE/large_untested/ |
A D | portasm.h | 29 typedef void TCB_t; typedef 30 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/IAR/RL78/ |
A D | port.c | 52 typedef void TCB_t; typedef 53 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/IAR/78K0R/ |
A D | port.c | 55 typedef void TCB_t; typedef 56 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/BCC/16BitDOS/common/ |
A D | portasm.h | 32 typedef void TCB_t; typedef 33 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/IAR/MSP430X/ |
A D | port.c | 48 typedef void TCB_t; typedef 49 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/CCS/MSP430X/ |
A D | port.c | 48 typedef void TCB_t; typedef 49 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/GCC/MSP430F449/ |
A D | port.c | 55 typedef void TCB_t; typedef 56 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/IAR/V850ES/ |
A D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/WizC/PIC18/ |
A D | port.c | 58 typedef void TCB_t; typedef 59 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/GCC/ATMega323/ |
A D | port.c | 61 typedef void TCB_t; typedef 62 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/SDCC/Cygnal/ |
A D | port.c | 69 typedef void TCB_t; typedef 70 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/Softune/MB96340/ |
A D | port.c | 58 typedef void TCB_t; typedef 59 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ATmega/ |
A D | port.c | 72 typedef void TCB_t; typedef 73 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/Softune/MB91460/ |
A D | port.c | 37 typedef void TCB_t; typedef 38 extern volatile TCB_t * volatile pxCurrentTCB;
|
/FreeRTOS-Kernel/portable/MPLAB/PIC18F/ |
A D | port.c | 91 typedef void TCB_t; typedef 92 extern volatile TCB_t * volatile pxCurrentTCB;
|