Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ producer
Function
producer
tests/CDSChecker/enqueue_dequeue_many.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void producer(void* param)
32
{
33
for (int i = 1; i <= 8; ++i)
34
enqueue(i);
35
36
consumer(param);
37
}
38
39
int user_main(int, char**)
40
{
Callers
nothing calls this directly
Calls
2
enqueue
Function · 0.85
consumer
Function · 0.85
Tested by
no test coverage detected