Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/readerwriterqueue
/ functions
Functions
124 in github.com/cameron314/readerwriterqueue
⨍
Functions
124
◇
Types & classes
29
Method
spsc_queue
benchmarks/ext/1024cores/spscqueue.h:33
Method
startThread
tests/common/simplethread.cpp:27
Method
swap
Swaps the contents of this buffer with the contents of another. Not thread-safe.
readerwritercircularbuffer.h:83
Method
threadProc
tests/common/simplethread.cpp:48
Method
threaded
tests/unittests/unittests.cpp:319
Method
try_dequeue
readerwritercircularbuffer.h:192
Method
try_dequeue
move (or copy) the value at the front of the queue to given variable
benchmarks/ext/folly/ProducerConsumerQueue.h:92
Method
try_emplace_fail
tests/unittests/unittests.cpp:686
Method
try_enqueue
Enqueues a single item (by copying it). Fails if not enough room to enqueue. Thread-safe when called by producer thread. No exception guarantee (state
readerwritercircularbuffer.h:99
Method
try_enqueue_fail_workaround
This is what you have to do to try_enqueue() a movable type, and demonstrates why try_emplace() is useful
tests/unittests/unittests.cpp:662
Method
value
atomicops.h:269
Method
vector
tests/unittests/unittests.cpp:609
Method
verify
tests/unittests/unittests.cpp:34
Function
wait
atomicops.h:742
Method
waitWithPartialSpinning
atomicops.h:678
Method
wait_dequeue
readerwritercircularbuffer.h:204
Method
wait_dequeue_timed
readerwritercircularbuffer.h:216
Method
weak_atomic
atomicops.h:264
Method
~BlockingReaderWriterCircularBuffer
Note: The queue should not be accessed concurrently while it's being deleted. It's up to the user to synchronize this.
readerwritercircularbuffer.h:66
Method
~Foo
tests/unittests/unittests.cpp:31
Method
~ProducerConsumerQueue
benchmarks/ext/folly/ProducerConsumerQueue.h:56
Function
~ReaderWriterQueue
Note: The queue should not be accessed concurrently while it's being deleted. It's up to the user to synchronize this.
readerwriterqueue.h:204
Method
~SimpleThread
tests/common/simplethread.cpp:76
Method
~spsc_queue
benchmarks/ext/1024cores/spscqueue.h:56
← previous
101–124 of 124, ranked by callers