Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c440 typedef tskTCB TCB_t; typedef
446 portDONT_DISCARD PRIVILEGED_DATA TCB_t * volatile pxCurrentTCB = NULL;
451 portDONT_DISCARD PRIVILEGED_DATA TCB_t * volatile pxCurrentTCBs[ configNUMBER_OF_CORES ];
549 static void prvYieldForTask( const TCB_t * pxTCB );
607 static void prvDeleteTCB( TCB_t * pxTCB ) PRIVILEGED_FUNCTION;
647 static TCB_t * prvSearchForNameWithinSingleList( List_t * pxList,
705 TCB_t * pxNewTCB,
712 static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB ) PRIVILEGED_FUNCTION;
719 static TCB_t * prvCreateStaticTask( TaskFunction_t pxTaskCode,
734 static TCB_t * prvCreateRestrictedStaticTask( const TaskParameters_t * const pxTaskDefinition,
[all …]
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/common/
Dportasm.h29 typedef void TCB_t; typedef
30 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/small/
Dportasm.h32 typedef void TCB_t; typedef
33 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/Rowley/MSP430F449/
Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/IAR/MSP430/
Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/large_untested/
Dportasm.h29 typedef void TCB_t; typedef
30 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/IAR/78K0R/
Dport.c55 typedef void TCB_t; typedef
56 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/IAR/RL78/
Dport.c52 typedef void TCB_t; typedef
53 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/BCC/16BitDOS/common/
Dportasm.h32 typedef void TCB_t; typedef
33 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/GCC/MSP430F449/
Dport.c55 typedef void TCB_t; typedef
56 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/IAR/V850ES/
Dport.c45 typedef void TCB_t; typedef
46 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/WizC/PIC18/
Dport.c58 typedef void TCB_t; typedef
59 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dport.c50 typedef void TCB_t; typedef
51 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/GCC/ATMega323/
Dport.c61 typedef void TCB_t; typedef
62 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/SDCC/Cygnal/
Dport.c69 typedef void TCB_t; typedef
70 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/
Dport.c72 typedef void TCB_t; typedef
73 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/Softune/MB96340/
Dport.c58 typedef void TCB_t; typedef
59 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/Softune/MB91460/
Dport.c37 typedef void TCB_t; typedef
38 extern volatile TCB_t * volatile pxCurrentTCB;
/Kernel-v11.1.0/portable/MPLAB/PIC18F/
Dport.c91 typedef void TCB_t; typedef
92 extern volatile TCB_t * volatile pxCurrentTCB;