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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_tls.c79 HANDLE hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, dwCurrentProcessId); local in function:stw_tls_init
80 if (hSnapshot != INVALID_HANDLE_VALUE) {
83 if (Thread32First(hSnapshot, &te)) {
101 } while (Thread32Next(hSnapshot, &te));
103 CloseHandle(hSnapshot);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_tls.c79 HANDLE hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, dwCurrentProcessId); local in function:stw_tls_init
80 if (hSnapshot != INVALID_HANDLE_VALUE) {
83 if (Thread32First(hSnapshot, &te)) {
101 } while (Thread32Next(hSnapshot, &te));
103 CloseHandle(hSnapshot);

Completed in 3 milliseconds