server-skynet-source-3rd-je.../test
David Goldblatt de033f56c0 mpsc_queue: Add module.
This is a simple multi-producer, single-consumer queue.  The intended use case
is in the HPA, as we begin supporting hpdatas that move between hpa_shards.  We
take just a single CAS as the cost to send a message (or a batch of messages) in
the low-contention case, and lock-freedom lets us avoid some lock-ordering
issues.
2021-06-24 14:55:49 -07:00
..
analyze Add a simple utility to detect profiling bias. 2020-08-05 18:33:55 -07:00
include/test Travis: Unbreak the builds. 2021-06-24 07:40:28 -07:00
integration Add opt.experimental_infallible_new. 2021-06-24 12:22:51 -07:00
src Travis: Unbreak the builds. 2021-06-24 07:40:28 -07:00
stress Cache mallctl mib for batch allocation stress test 2020-12-07 09:10:11 -08:00
unit mpsc_queue: Add module. 2021-06-24 14:55:49 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00