API Reference Manual  1.45.0
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.


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