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

  /external/chromium_org/base/threading/
thread_local_storage.h 90 #define TLS_INITIALIZER {0}
94 // ThreadLocalStorage::StaticSlot my_slot = TLS_INITIALIZER;
thread_local_storage_unittest.cc 29 static ThreadLocalStorage::StaticSlot tls_slot = TLS_INITIALIZER;
  /external/chromium_org/net/base/
dns_reloader.cc 103 base::ThreadLocalStorage::StaticSlot DnsReloader::tls_index_ = TLS_INITIALIZER;
  /external/chromium_org/base/debug/
trace_event_memory.cc 65 base::ThreadLocalStorage::StaticSlot tls_trace_memory_stack = TLS_INITIALIZER;
  /external/chromium_org/base/
tracked_objects.cc 244 base::ThreadLocalStorage::StaticSlot ThreadData::tls_index_ = TLS_INITIALIZER;

Completed in 343 milliseconds