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

/external/chromium_org/third_party/skia/src/ports/
H A DSkTLS_win.cpp12 static DWORD gTlsIndex; variable
23 gTlsIndex = TlsAlloc();
27 return TlsGetValue(gTlsIndex);
32 (void)TlsSetValue(gTlsIndex, ptr);
51 void* ptr = TlsGetValue(gTlsIndex);
54 TlsSetValue(gTlsIndex, NULL);
/external/skia/src/ports/
H A DSkTLS_win.cpp12 static DWORD gTlsIndex; variable
23 gTlsIndex = TlsAlloc();
27 return TlsGetValue(gTlsIndex);
32 (void)TlsSetValue(gTlsIndex, ptr);
51 void* ptr = TlsGetValue(gTlsIndex);
54 TlsSetValue(gTlsIndex, NULL);

Completed in 77 milliseconds