OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gThreadTLSKeyCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsContext.cpp
40
uint32_t Context::
gThreadTLSKeyCount
= 0;
411
if (!
gThreadTLSKeyCount
) {
419
gThreadTLSKeyCount
++;
465
--
gThreadTLSKeyCount
;
466
if (!
gThreadTLSKeyCount
) {
rsContext.h
58
static uint32_t
gThreadTLSKeyCount
;
Completed in 57 milliseconds