fetch, store and load.
More...
#include "./sclr.h"
Go to the source code of this file.
|
|
uint | atom_cmpxchg_u (volatile uint *p, uint cmp, uint val) |
|
int | atom_cmpxchg_i (volatile int *p, int cmp, int val) |
|
int | atom_xchg_i (volatile int *p, int val) |
|
int | atom_xchg_u (volatile uint *p, uint val) |