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/chromium_org/third_party/angle/src/libEGL/
main.cpp
13
static DWORD
currentTLS
= TLS_OUT_OF_INDEXES;
36
currentTLS
= TlsAlloc();
38
if (
currentTLS
== TLS_OUT_OF_INDEXES)
50
TlsSetValue(
currentTLS
, current);
62
void *current = TlsGetValue(
currentTLS
);
72
void *current = TlsGetValue(
currentTLS
);
79
TlsFree(
currentTLS
);
93
Current *current = (Current*)TlsGetValue(
currentTLS
);
100
Current *current = (Current*)TlsGetValue(
currentTLS
);
107
Current *current = (Current*)TlsGetValue(
currentTLS
);
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
main.cpp
14
static DWORD
currentTLS
= TLS_OUT_OF_INDEXES;
22
currentTLS
= TlsAlloc();
24
if (
currentTLS
== TLS_OUT_OF_INDEXES)
36
TlsSetValue(
currentTLS
, current);
45
void *current = TlsGetValue(
currentTLS
);
55
void *current = TlsGetValue(
currentTLS
);
62
TlsFree(
currentTLS
);
76
Current *current = (Current*)TlsGetValue(
currentTLS
);
89
Current *current = (Current*)TlsGetValue(
currentTLS
);
115
Current *current = (Current*)TlsGetValue(
currentTLS
);
[
all
...]
Completed in 188 milliseconds