Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.c79 HANDLE hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, dwCurrentProcessId); in stw_tls_init() local
80 if (hSnapshot != INVALID_HANDLE_VALUE) { in stw_tls_init()
83 if (Thread32First(hSnapshot, &te)) { in stw_tls_init()
101 } while (Thread32Next(hSnapshot, &te)); in stw_tls_init()
103 CloseHandle(hSnapshot); in stw_tls_init()
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp563 typedef BOOL(__stdcall * tM32F)(HANDLE hSnapshot, LPMODULEENTRY32 lpme); in GetModuleListTH32()
565 typedef BOOL(__stdcall * tM32N)(HANDLE hSnapshot, LPMODULEENTRY32 lpme); in GetModuleListTH32()