Searched defs:_Py_atomic_store_explicit (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Include/ |
D | pyatomic.h | 52 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro 83 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro 157 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro 353 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro 483 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro 516 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
|