Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dport.c87 static void prvInterruptYield( int iTrapIdentification );
211 if( 0 == _install_int_handler( configKERNEL_YIELD_PRIORITY, prvInterruptYield, 0 ) ) in xPortStartScheduler()
494 static void prvInterruptYield( int iId ) in prvInterruptYield() function