Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_throw.c74 DWORD exceptionInformation[3]; in ptw32_throw() local
127 exceptionInformation[0] = (DWORD) (exception); in ptw32_throw()
128 exceptionInformation[1] = (DWORD) (0); in ptw32_throw()
129 exceptionInformation[2] = (DWORD) (0); in ptw32_throw()
131 RaiseException (EXCEPTION_PTW32_SERVICES, 0, 3, exceptionInformation); in ptw32_throw()