MCPcopy 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
31void producer(void* param)
32{
33 for (int i = 1; i <= 8; ++i)
34 enqueue(i);
35
36 consumer(param);
37}
38
39int user_main(int, char**)
40{

Callers

nothing calls this directly

Calls 2

enqueueFunction · 0.85
consumerFunction · 0.85

Tested by

no test coverage detected