Searched refs:prvInterruptYield (Results 1 – 1 of 1) sorted by relevance
87 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