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

#include <atomic.h>

Data Fields

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

Detailed Description

Atomic 64-bit unsigned integer

Examples
odp_atomic_perf.c, odp_classifier.c, odp_sched_perf.c, odp_stress.c, odp_switch.c, and odp_timer_accuracy.c.

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

Field Documentation

◆ v

uint64_t odp_atomic_u64_s::v

Actual storage for the atomic variable.

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

◆ lock

char odp_atomic_u64_s::lock

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

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


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