Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_trx
Method · 0.45
insert
Method · 0.45
run_test
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected