GNU Radio 3.4.2 C++ API
gc_jd_stack Struct Reference

Lock free stack for job descriptors (used for free list) More...

#include <gc_jd_stack.h>

List of all members.

Public Attributes

gc_eaddr_t top
uint8_t _pad [128-sizeof(gc_eaddr_t)]

Detailed Description

Lock free stack for job descriptors (used for free list)

This is aligned to a cache line, and fills the cache line, to avoid inadvertently losing reservations created with the load-and-reserve instructions.


Member Data Documentation


The documentation for this struct was generated from the following file: