API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_atomic_u128_s Struct Reference

#include <atomic.h>

Collaboration diagram for odp_atomic_u128_s:
[legend]

Data Fields

odp_u128_t v
 Actual storage for the atomic variable.
 
char lock
 Spin lock (if needed) used to ensure atomic access.
 

Detailed Description

Atomic 128-bit unsigned integer

Examples
odp_atomic_perf.c, and odp_ipfragreass.c.

Definition at line 77 of file api/abi-default/atomic.h.

Field Documentation

◆ v

odp_u128_t odp_atomic_u128_s::v

Actual storage for the atomic variable.

Definition at line 78 of file api/abi-default/atomic.h.

◆ lock

char odp_atomic_u128_s::lock

Spin lock (if needed) used to ensure atomic access.

Definition at line 81 of file api/abi-default/atomic.h.


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