Home
last modified time | relevance | path

Searched refs:TCB_t (Results 1 – 20 of 20) sorted by relevance

/FreeRTOS-Kernel/
A Dtasks.c456 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 Dportasm.h29 typedef void TCB_t; typedef
30 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/Paradigm/Tern_EE/small/
A Dportasm.h32 typedef void TCB_t; typedef
33 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/IAR/MSP430/
A Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/Rowley/MSP430F449/
A Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/Paradigm/Tern_EE/large_untested/
A Dportasm.h29 typedef void TCB_t; typedef
30 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/IAR/RL78/
A Dport.c52 typedef void TCB_t; typedef
53 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/IAR/78K0R/
A Dport.c55 typedef void TCB_t; typedef
56 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/BCC/16BitDOS/common/
A Dportasm.h32 typedef void TCB_t; typedef
33 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/IAR/MSP430X/
A Dport.c48 typedef void TCB_t; typedef
49 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/CCS/MSP430X/
A Dport.c48 typedef void TCB_t; typedef
49 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/GCC/MSP430F449/
A Dport.c55 typedef void TCB_t; typedef
56 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/IAR/V850ES/
A Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/WizC/PIC18/
A Dport.c58 typedef void TCB_t; typedef
59 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/GCC/ATMega323/
A Dport.c61 typedef void TCB_t; typedef
62 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/SDCC/Cygnal/
A Dport.c69 typedef void TCB_t; typedef
70 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/Softune/MB96340/
A Dport.c58 typedef void TCB_t; typedef
59 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ATmega/
A Dport.c72 typedef void TCB_t; typedef
73 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/Softune/MB91460/
A Dport.c37 typedef void TCB_t; typedef
38 extern volatile TCB_t * volatile pxCurrentTCB;
/FreeRTOS-Kernel/portable/MPLAB/PIC18F/
A Dport.c91 typedef void TCB_t; typedef
92 extern volatile TCB_t * volatile pxCurrentTCB;

Completed in 48 milliseconds