/Kernel-v11.1.0/ |
D | tasks.c | 440 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/ |
D | portasm.h | 29 typedef void TCB_t; typedef 30 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/small/ |
D | portasm.h | 32 typedef void TCB_t; typedef 33 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/Rowley/MSP430F449/ |
D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/IAR/MSP430/ |
D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/large_untested/ |
D | portasm.h | 29 typedef void TCB_t; typedef 30 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/IAR/78K0R/ |
D | port.c | 55 typedef void TCB_t; typedef 56 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/IAR/RL78/ |
D | port.c | 52 typedef void TCB_t; typedef 53 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/BCC/16BitDOS/common/ |
D | portasm.h | 32 typedef void TCB_t; typedef 33 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/IAR/MSP430X/ |
D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/CCS/MSP430X/ |
D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/GCC/MSP430F449/ |
D | port.c | 55 typedef void TCB_t; typedef 56 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/IAR/V850ES/ |
D | port.c | 45 typedef void TCB_t; typedef 46 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/WizC/PIC18/ |
D | port.c | 58 typedef void TCB_t; typedef 59 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | port.c | 50 typedef void TCB_t; typedef 51 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/GCC/ATMega323/ |
D | port.c | 61 typedef void TCB_t; typedef 62 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/SDCC/Cygnal/ |
D | port.c | 69 typedef void TCB_t; typedef 70 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/ |
D | port.c | 72 typedef void TCB_t; typedef 73 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/Softune/MB96340/ |
D | port.c | 58 typedef void TCB_t; typedef 59 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/Softune/MB91460/ |
D | port.c | 37 typedef void TCB_t; typedef 38 extern volatile TCB_t * volatile pxCurrentTCB;
|
/Kernel-v11.1.0/portable/MPLAB/PIC18F/ |
D | port.c | 91 typedef void TCB_t; typedef 92 extern volatile TCB_t * volatile pxCurrentTCB;
|