Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dport.c82 static void prvTrapYield( int iTrapIdentification );
201 if( 0 == _install_trap_handler( portSYSCALL_TRAP, prvTrapYield ) ) in xPortStartScheduler()
446 static void prvTrapYield( int iTrapIdentification ) in prvTrapYield() function