Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testwinlib/
Dmain.c60 void *exceptionHandlerHandle = AddVectoredExceptionHandler(0, customExceptionHandlder); in main() local
61 if (NULL == exceptionHandlerHandle) in main()
77 RemoveVectoredExceptionHandler(exceptionHandlerHandle); in main()