Searched refs:lockless (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | thread_safety_dpdk_functions.rst | 40 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 D | overview.rst | 100 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 D | writing_efficient_code.rst | 43 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 D | rcu_lib.rst | 17 Since these data structures are lockless, the writers and readers
|
| H A D | ring_lib.rst | 36 * Simpler than a full lockless queue.
|
| H A D | qos_framework.rst | 370 …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 D | coding_style.rst | 283 DPDK also provides an optimized way to store elements in lockless rings.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 436 - Make DSS (sbrk(2)-related) operations lockless, which resolves potential
|