OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libpthread_initialized
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc
155
static bool
libpthread_initialized
= false;
variable
156
static bool initializer = (
libpthread_initialized
= true, true);
160
if (!
libpthread_initialized
) return true;
248
// Invariants (once
libpthread_initialized
is true):
274
if (
libpthread_initialized
)
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc
163
static bool
libpthread_initialized
= false;
variable
164
static bool initializer = (
libpthread_initialized
= true, true);
168
if (!
libpthread_initialized
) return true;
285
// Invariants (once
libpthread_initialized
is true):
311
if (
libpthread_initialized
)
[
all
...]
Completed in 118 milliseconds