HomeSort by relevance Sort by last modified time
    Searched refs:ThreadLocalStorage (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/threading/
thread_local_storage_posix.cc 11 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor)
17 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
29 void ThreadLocalStorage::Slot::Free() {
37 void* ThreadLocalStorage::Slot::Get() const {
42 void ThreadLocalStorage::Slot::Set(void* value) {
thread_local_storage_win.cc 22 long ThreadLocalStorage::tls_key_ = TLS_OUT_OF_INDEXES;
27 long ThreadLocalStorage::tls_max_ = 1;
32 ThreadLocalStorage::TLSDestructorFunc
33 ThreadLocalStorage::tls_destructors_[kThreadLocalStorageSize];
35 void** ThreadLocalStorage::Initialize() {
59 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor)
65 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
67 ThreadLocalStorage::Initialize();
82 void ThreadLocalStorage::Slot::Free() {
89 void* ThreadLocalStorage::Slot::Get() const
    [all...]
thread_local_storage.h 20 class BASE_API ThreadLocalStorage {
91 DISALLOW_COPY_AND_ASSIGN(ThreadLocalStorage);
thread_local_storage_unittest.cc 16 // storing ints into ThreadLocalStorage.
25 static ThreadLocalStorage::Slot tls_slot(LINKER_INITIALIZED);
63 ThreadLocalStorage::Slot slot;
  /external/chromium/net/base/
dns_reload_timer.cc 65 // multiple times. Initialize the ThreadLocalStorage slot only once.
75 static base::ThreadLocalStorage::Slot tls_index_ ;
82 base::ThreadLocalStorage::Slot DnsReloadTimer::tls_index_(
  /external/chromium/base/metrics/
stats_table.h 187 ThreadLocalStorage::Slot tls_index_;
  /external/chromium/base/
tracked_objects.h 575 static base::ThreadLocalStorage::Slot tls_index_;
tracked_objects.cc 21 base::ThreadLocalStorage::Slot ThreadData::tls_index_(base::LINKER_INITIALIZED);
    [all...]

Completed in 199 milliseconds