OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gTlsIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkTLS_win.cpp
12
static DWORD
gTlsIndex
;
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/
SkTLS_win.cpp
12
static DWORD
gTlsIndex
;
23
gTlsIndex
= TlsAlloc();
27
return TlsGetValue(
gTlsIndex
);
32
(void)TlsSetValue(
gTlsIndex
, ptr);
51
void* ptr = TlsGetValue(
gTlsIndex
);
54
TlsSetValue(
gTlsIndex
, NULL);
Completed in 29 milliseconds