Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DPortability.h207 #define FOLLY_TLS __declspec(thread) macro
209 #define FOLLY_TLS __thread
215 #undef FOLLY_TLS
H A DSingletonThreadLocal.h144 #ifdef FOLLY_TLS
156 #ifdef FOLLY_TLS in get()
H A DSharedMutex.h242 #define FOLLY_SHAREDMUTEX_TLS FOLLY_TLS
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/detail/
H A DThreadLocalDetail.h441 static FOLLY_TLS ThreadEntry* threadEntry{}; in get()
442 static FOLLY_TLS size_t capacity{}; in get()
476 static FOLLY_TLS ThreadEntry threadEntrySingleton; in getThreadEntrySlow()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/container/detail/
H A DF14Table.h50 #if FOLLY_ASAN_ENABLED && defined(FOLLY_TLS)
51 #define FOLLY_F14_TLS_IF_ASAN FOLLY_TLS