Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/threading/
H A Dsequence_local_storage_map.cc18 tls_current_sequence_local_storage = LAZY_INSTANCE_INITIALIZER; variable
28 DCHECK(!tls_current_sequence_local_storage.Get().Get()); in ScopedSetSequenceLocalStorageMapForCurrentThread()
29 tls_current_sequence_local_storage.Get().Set(sequence_local_storage); in ScopedSetSequenceLocalStorageMapForCurrentThread()
34 tls_current_sequence_local_storage.Get().Set(nullptr); in ~ScopedSetSequenceLocalStorageMapForCurrentThread()
39 tls_current_sequence_local_storage.Get().Get(); in GetForCurrentThread()