|
| void | Set (int k, intptr_t v) |
| |
| intptr_t | Get (int k) |
| |
| | State () |
| |
Definition at line 188 of file skiplist_test.cc.
§ State()
| leveldb::ConcurrentTest::State::State |
( |
| ) |
|
|
inline |
Definition at line 197 of file skiplist_test.cc.
198 for (
int k = 0; k <
K; k++) {
void Set(int k, intptr_t v)
§ Get()
| intptr_t leveldb::ConcurrentTest::State::Get |
( |
int |
k | ) |
|
|
inline |
Definition at line 193 of file skiplist_test.cc.
194 return reinterpret_cast<intptr_t
>(
generation[k].Acquire_Load());
port::AtomicPointer generation[K]
§ Set()
| void leveldb::ConcurrentTest::State::Set |
( |
int |
k, |
|
|
intptr_t |
v |
|
) |
| |
|
inline |
§ generation
| port::AtomicPointer leveldb::ConcurrentTest::State::generation[K] |
The documentation for this struct was generated from the following file: