MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / prev

Method prev

tests/fuzztests/fuzztests.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 explicit TestListItem(int value) : value(value) { }
99
100 inline TestListItem* prev(std::memory_order order = std::memory_order_relaxed) const
101 {
102 return static_cast<TestListItem*>(concurrentListPrev.load(order));
103 }
104};
105
106

Callers 3

dlist_trxMethod · 0.45
insertMethod · 0.45
run_testFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected