Loading...
Searching...
No Matches
Go to the documentation of this file.
23#ifdef AO_HAVE_char_load
25# define AO_char_load_acquire(addr) AO_char_load_read(addr)
26# define AO_HAVE_char_load_acquire
50#ifdef AO_HAVE_short_load
52# define AO_short_load_acquire(addr) AO_short_load_read(addr)
53# define AO_HAVE_short_load_acquire
77#ifdef AO_HAVE_int_load
79# define AO_int_load_acquire(addr) AO_int_load_read(addr)
80# define AO_HAVE_int_load_acquire
106# define AO_load_acquire(addr) AO_load_read(addr)
107# define AO_HAVE_load_acquire
131#ifdef AO_HAVE_double_load
133# define AO_double_load_acquire(addr) AO_double_load_read(addr)
134# define AO_HAVE_double_load_acquire