OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentTLS
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.cpp
13
static DWORD
currentTLS
= TLS_OUT_OF_INDEXES;
32
currentTLS
= TlsAlloc();
34
if (
currentTLS
== TLS_OUT_OF_INDEXES)
46
TlsSetValue(
currentTLS
, current);
58
void *current = TlsGetValue(
currentTLS
);
68
void *current = TlsGetValue(
currentTLS
);
75
TlsFree(
currentTLS
);
89
Current *current = (Current*)TlsGetValue(
currentTLS
);
96
Current *current = (Current*)TlsGetValue(
currentTLS
);
103
Current *current = (Current*)TlsGetValue(
currentTLS
);
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.cpp
16
static DWORD
currentTLS
= TLS_OUT_OF_INDEXES;
24
currentTLS
= TlsAlloc();
26
if (
currentTLS
== TLS_OUT_OF_INDEXES)
38
TlsSetValue(
currentTLS
, current);
47
void *current = TlsGetValue(
currentTLS
);
57
void *current = TlsGetValue(
currentTLS
);
64
TlsFree(
currentTLS
);
78
Current *current = (Current*)TlsGetValue(
currentTLS
);
91
Current *current = (Current*)TlsGetValue(
currentTLS
);
98
Current *current = (Current*)TlsGetValue(
currentTLS
);
[
all
...]
Completed in 689 milliseconds