Searched refs:pw_cpu_exception_SetHandler (Results 1 – 4 of 4) sorted by relevance
30 void pw_cpu_exception_SetHandler(void (*handler)(pw_cpu_exception_State*));
22 extern "C" void pw_cpu_exception_SetHandler( in pw_cpu_exception_SetHandler() function
40 at runtime via ``pw_cpu_exception_SetHandler()``. The handler can also be reset to
369 pw_cpu_exception_SetHandler(TestingExceptionHandler); in Setup()