OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadcache
(Results
1 - 1
of
1
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arena.h
531
void* owner; // &
ThreadCache
of thread that owns this block, or
547
struct
ThreadCache
{
548
// The
ThreadCache
is considered valid as long as this matches the
560
static
ThreadCache
& thread_cache();
564
static
ThreadCache
& thread_cache();
566
static GOOGLE_THREAD_LOCAL
ThreadCache
thread_cache_;
567
static
ThreadCache
& thread_cache() { return thread_cache_; }
[
all
...]
Completed in 166 milliseconds