Searched refs:FreeLibraryAndExitThread (Results 1 – 13 of 13) sorted by relevance
/reactos/sdk/lib/ucrt/startup/ |
H A D | thread.cpp | 263 FreeLibraryAndExitThread(parameter->_module_handle, return_code); in common_end_thread()
|
/reactos/dll/win32/ws2help/ |
H A D | handle.c | 81 FreeLibraryAndExitThread(DllHandle, ERROR_SUCCESS); in ExitThreadApc()
|
/reactos/dll/shellext/stobject/ |
H A D | csystray.cpp | 268 FreeLibraryAndExitThread(hLib, ret); in SysTrayThreadProc()
|
/reactos/dll/win32/userenv/ |
H A D | gpolicy.c | 249 FreeLibraryAndExitThread(hModule, in GPNotificationThreadProc()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | async.c | 811 FreeLibraryAndExitThread(WsAsyncDllHandle, 0); in WsAsyncThread()
|
/reactos/dll/win32/aclui/ |
H A D | sidcache.c | 586 FreeLibraryAndExitThread(hModule, in LookupThreadProc()
|
/reactos/dll/win32/kernel32/client/ |
H A D | loader.c | 507 FreeLibraryAndExitThread(HMODULE hLibModule, in FreeLibraryAndExitThread() function
|
/reactos/dll/directx/wine/dinput/ |
H A D | dinput_main.c | 1814 FreeLibraryAndExitThread(DINPUT_instance, 0); in hook_thread_proc()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 342 @ stdcall FreeLibraryAndExitThread(long long)
|
/reactos/dll/directx/wine/wined3d/ |
H A D | cs.c | 2825 FreeLibraryAndExitThread(wined3d_module, 0); in wined3d_cs_run()
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 1550 FreeLibraryAndExitThread( winhttp_instance, 0 ); in connection_collector()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2057 DECLSPEC_NORETURN void WINAPI FreeLibraryAndExitThread(HMODULE,DWORD);
|
/reactos/dll/win32/wininet/ |
H A D | http.c | 286 FreeLibraryAndExitThread(WININET_hModule, 0); in collect_connections_proc()
|