Searched defs:ExitThread (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ | ||
H A D | dbgeng.h | 1392 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) PURE; 1865 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) { return DEBUG_STATUS_NO_CHANGE; } function in class:DebugBaseEventCallbacks |
H A D | winbase.h | 607 EXIT_THREAD_DEBUG_INFO ExitThread; member in union:_DEBUG_EVENT::__anon7325 1344 WINBASEAPI DECLSPEC_NORETURN VOID WINAPI ExitThread(DWORD dwExitCode); |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ | ||
H A D | dbgeng.h | 1392 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) PURE; 1865 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) { return DEBUG_STATUS_NO_CHANGE; } function in class:DebugBaseEventCallbacks |
H A D | winbase.h | 607 EXIT_THREAD_DEBUG_INFO ExitThread; member in union:_DEBUG_EVENT::__anon9973 1344 WINBASEAPI DECLSPEC_NORETURN VOID WINAPI ExitThread(DWORD dwExitCode); |
Completed in 193 milliseconds