Home
last modified time | relevance | path

Searched refs:lockless (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst40 The ring library is based on a lockless ring-buffer algorithm that maintains its original design fo…
42 The mempool library is based on the DPDK lockless ring library and therefore is also multi-thread s…
H A Doverview.rst100 The ring structure provides a lockless multi-producer, multi-consumer FIFO API in a finite size tab…
101 It has some advantages over lockless queues; easier to implement, adapted to bulk operations and fa…
H A Dwriting_efficient_code.rst43 lockless access to objects, NUMA awareness, bulk get/put and per-lcore cache.
100 it is advised to use the DPDK ring API, which provides a lockless ring implementation.
H A Drcu_lib.rst17 Since these data structures are lockless, the writers and readers
H A Dring_lib.rst36 * Simpler than a full lockless queue.
H A Dqos_framework.rst370 …using atomic primitives for lockless access (for example, Test and Set, Compare And Swap, an so on…
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst283 DPDK also provides an optimized way to store elements in lockless rings.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog436 - Make DSS (sbrk(2)-related) operations lockless, which resolves potential