Searched refs:vAssertionTrap (Results 1 – 1 of 1) sorted by relevance
112 void vAssertionTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );143 if( 0 == _install_trap_handler( portASSERT_TRAP, vAssertionTrap ) ) in vTrapInstallHandlers()257 void vAssertionTrap( int iTrapIdentification ) in vAssertionTrap() function