Home
last modified time | relevance | path

Searched refs:STORAGE_DECL (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Drandom.cc18 #define STORAGE_DECL static __thread macro
20 #define STORAGE_DECL static macro
26 STORAGE_DECL Random* tls_instance; in GetTLSInstance()
27 STORAGE_DECL std::aligned_storage<sizeof(Random)>::type tls_instance_bytes; in GetTLSInstance()