HomeSort by relevance Sort by last modified time
    Searched refs:gTlsIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/src/ports/
SkTLS_win.cpp 15 static DWORD gTlsIndex;
26 gTlsIndex = TlsAlloc();
30 return TlsGetValue(gTlsIndex);
35 (void)TlsSetValue(gTlsIndex, ptr);
54 void* ptr = TlsGetValue(gTlsIndex);
57 TlsSetValue(gTlsIndex, nullptr);
  /external/skqp/src/ports/
SkTLS_win.cpp 15 static DWORD gTlsIndex;
26 gTlsIndex = TlsAlloc();
30 return TlsGetValue(gTlsIndex);
35 (void)TlsSetValue(gTlsIndex, ptr);
54 void* ptr = TlsGetValue(gTlsIndex);
57 TlsSetValue(gTlsIndex, nullptr);

Completed in 137 milliseconds