OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsd_inited_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
74
bool ThreadCache::
tsd_inited_
= false;
member in class:tcmalloc::ThreadCache
331
ASSERT(!
tsd_inited_
);
333
tsd_inited_
= true;
362
if (!
tsd_inited_
) {
388
if (!heap->in_setspecific_ &&
tsd_inited_
) {
419
if (!
tsd_inited_
) return; // No caches yet
thread_cache.h
282
static bool
tsd_inited_
;
member in class:tcmalloc::ThreadCache
411
if (!
tsd_inited_
) {
424
if (!
tsd_inited_
) return NULL;
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
72
bool ThreadCache::
tsd_inited_
= false;
member in class:tcmalloc::ThreadCache
320
ASSERT(!
tsd_inited_
);
322
tsd_inited_
= true;
351
if (!
tsd_inited_
) {
377
if (!heap->in_setspecific_ &&
tsd_inited_
) {
408
if (!
tsd_inited_
) return; // No caches yet
thread_cache.h
267
static bool
tsd_inited_
;
member in class:tcmalloc::ThreadCache
384
if (!
tsd_inited_
) {
397
if (!
tsd_inited_
) return NULL;
Completed in 48 milliseconds