HomeSort by relevance Sort by last modified time
    Searched refs:AtomicType (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
atomicops_unittest.cc 40 template <class AtomicType>
50 AtomicType prev_word;
51 AtomicType count;
52 AtomicType next_word;
55 AtomicType prev_word_value, next_word_value;
56 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
57 memset(&next_word_value, 0xEE, sizeof(AtomicType));
113 template <class AtomicType>
115 AtomicType value = 0;
116 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
atomicops_unittest.cc 40 template <class AtomicType>
50 AtomicType prev_word;
51 AtomicType count;
52 AtomicType next_word;
55 AtomicType prev_word_value, next_word_value;
56 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
57 memset(&next_word_value, 0xEE, sizeof(AtomicType));
113 template <class AtomicType>
115 AtomicType value = 0;
116 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]
  /external/chromium/base/
atomicops_unittest.cc 12 template <class AtomicType>
22 AtomicType prev_word;
23 AtomicType count;
24 AtomicType next_word;
27 AtomicType prev_word_value, next_word_value;
28 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
29 memset(&next_word_value, 0xEE, sizeof(AtomicType));
85 template <class AtomicType>
87 AtomicType value = 0;
88 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]
  /external/chromium_org/base/
atomicops_unittest.cc 12 template <class AtomicType>
22 AtomicType prev_word;
23 AtomicType count;
24 AtomicType next_word;
27 AtomicType prev_word_value, next_word_value;
28 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
29 memset(&next_word_value, 0xEE, sizeof(AtomicType));
85 template <class AtomicType>
87 AtomicType value = 0;
88 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 87 template <class AtomicType>
96 AtomicType prev_word;
97 AtomicType count;
98 AtomicType next_word;
101 AtomicType prev_word_value, next_word_value;
102 memset(&prev_word_value, 0xFF, sizeof(AtomicType));
103 memset(&next_word_value, 0xEE, sizeof(AtomicType));
159 template <class AtomicType>
161 AtomicType value = 0;
162 AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1)
    [all...]