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

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
mutex.h 108 class ThreadLocalStorage {
110 ThreadLocalStorage() {
111 pthread_key_create(&key_, &ThreadLocalStorage::Delete);
113 ~ThreadLocalStorage() {
130 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ThreadLocalStorage);
  /external/libchrome/base/threading/
thread_local_storage.h 25 // interface, you should instead be using ThreadLocalStorage::StaticSlot/Slot.
35 // ThreadLocalStorage implementation. We expect that an OS will not return
59 // ThreadLocalStorage, until there are no slot values remaining as having
80 class BASE_EXPORT ThreadLocalStorage {
96 // ThreadLocalStorage::StaticSlot my_slot = TLS_INITIALIZER;
98 // ThreadLocalStorage::Slot (below) instead.
143 DISALLOW_COPY_AND_ASSIGN(ThreadLocalStorage);

Completed in 95 milliseconds