API Reference Manual
1.46.0
|
ODP memory barriers. More...
#include <odp/visibility_begin.h>
#include <odp/visibility_end.h>
Go to the source code of this file.
Functions | |
void | odp_mb_release (void) |
Memory barrier for release operations. More... | |
void | odp_mb_acquire (void) |
Memory barrier for acquire operations. More... | |
void | odp_mb_full (void) |
Full memory barrier. More... | |
void | odp_mb_sync (void) |
Memory barrier for load and store synchronization. More... | |
void | odp_mb_sync_load (void) |
Memory barrier for load synchronization. More... | |
void | odp_mb_sync_store (void) |
Memory synchronization barrier for stores. More... | |
ODP memory barriers.
Definition in file api/spec/sync.h.