MCPcopy Create free account

hub / github.com/cameron314/readerwriterqueue / functions

Functions124 in github.com/cameron314/readerwriterqueue

Methodspsc_queue
benchmarks/ext/1024cores/spscqueue.h:33
MethodstartThread
tests/common/simplethread.cpp:27
Methodswap
Swaps the contents of this buffer with the contents of another. Not thread-safe.
readerwritercircularbuffer.h:83
MethodthreadProc
tests/common/simplethread.cpp:48
Methodthreaded
tests/unittests/unittests.cpp:319
Methodtry_dequeue
readerwritercircularbuffer.h:192
Methodtry_dequeue
move (or copy) the value at the front of the queue to given variable
benchmarks/ext/folly/ProducerConsumerQueue.h:92
Methodtry_emplace_fail
tests/unittests/unittests.cpp:686
Methodtry_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
Methodtry_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
Methodvalue
atomicops.h:269
Methodvector
tests/unittests/unittests.cpp:609
Methodverify
tests/unittests/unittests.cpp:34
Functionwait
atomicops.h:742
MethodwaitWithPartialSpinning
atomicops.h:678
Methodwait_dequeue
readerwritercircularbuffer.h:204
Methodwait_dequeue_timed
readerwritercircularbuffer.h:216
Methodweak_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
← previous101–124 of 124, ranked by callers