PAPI 7.1.0.0
Loading...
Searching...
No Matches
ordered_except_wr.h File Reference
Include dependency graph for ordered_except_wr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AO_HAVE_nop_write
 

Functions

AO_INLINE void AO_nop_write (void)
 

Macro Definition Documentation

◆ AO_HAVE_nop_write

#define AO_HAVE_nop_write

Definition at line 40 of file ordered_except_wr.h.

Function Documentation

◆ AO_nop_write()

AO_INLINE void AO_nop_write ( void  )

Definition at line 33 of file ordered_except_wr.h.

34{
35 /* AO_nop_write implementation is the same as of AO_nop_read. */
37 /* sfence according to Intel docs. Pentium 3 and up. */
38 /* Unnecessary for cached accesses? */
39}
#define AO_compiler_barrier()
Definition: atomic_ops.h:305